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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlatformOptions(java.lang.String uuid)
PlatformOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description void
setDefaultViewOptions(PlatformViewOptions viewOpts)
void
setDefaultWindowOptions(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
-
Constructor Details
-
PlatformOptions
public PlatformOptions(java.lang.String uuid) -
PlatformOptions
public PlatformOptions(org.json.JSONObject json)
-
-
Method Details