Package com.openfin.desktop.platform
Class PlatformOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.ApplicationOptions
-
- com.openfin.desktop.platform.PlatformOptions
-
public class PlatformOptions extends ApplicationOptions
-
-
Constructor Summary
Constructors Constructor Description PlatformOptions(java.lang.String uuid)PlatformOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetDefaultViewOptions(PlatformViewOptions viewOpts)voidsetDefaultWindowOptions(PlatformWindowOptions winOpts)-
Methods inherited from class com.openfin.desktop.ApplicationOptions
getApplicationIcon, getJson, getMainWindowOptions, getName, getURL, getUUID, getVersion, setApplicationIcon, setMainWindowOptions, setVersion
-
Methods inherited from class com.openfin.desktop.JsonBean
get, getArray, getBoolean, getBooleanValue, getBooleanValue, getDoubleValue, getDoubleValue, getInteger, getIntegerValue, getJsonBean, getJsonBean, getJsonBeanList, getJsonCopy, getJsonValue, getList, getRectangle, getString, put, setArray, setBoolean, setInteger, setJsonArray, setJsonBean, setLong, setRectangle, setString, toString
-
-
-
-
Method Detail
-
setDefaultViewOptions
public void setDefaultViewOptions(PlatformViewOptions viewOpts)
-
setDefaultWindowOptions
public void setDefaultWindowOptions(PlatformWindowOptions winOpts)
-
-