Package com.openfin.desktop.platform
Class ContextMenuSettings
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.ContextMenuSettings
public class ContextMenuSettings extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ContextMenuSettings()
ContextMenuSettings(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description boolean
isDevtools()
boolean
isEnable()
boolean
isReload()
void
setDevtools(boolean devtools)
void
setEnable(boolean enable)
void
setReload(boolean reload)
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJson, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
Constructor Details
-
ContextMenuSettings
public ContextMenuSettings() -
ContextMenuSettings
public ContextMenuSettings(org.json.JSONObject json)
-
-
Method Details
-
isEnable
public boolean isEnable() -
setEnable
public void setEnable(boolean enable) -
isDevtools
public boolean isDevtools() -
setDevtools
public void setDevtools(boolean devtools) -
isReload
public boolean isReload() -
setReload
public void setReload(boolean reload)
-