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 booleanisDevtools()booleanisEnable()booleanisReload()voidsetDevtools(boolean devtools)voidsetEnable(boolean enable)voidsetReload(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)
-