Package com.openfin.desktop.platform
Class ContextMenuSettings
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.ContextMenuSettings
-
public class ContextMenuSettings extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description ContextMenuSettings()ContextMenuSettings(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods 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
-
-