Package com.openfin.desktop.platform
Class PlatformSnapshotOptions
java.lang.Object
com.openfin.desktop.JsonBean
com.openfin.desktop.platform.PlatformSnapshotOptions
public class PlatformSnapshotOptions extends JsonBean
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlatformSnapshotOptions()
PlatformSnapshotOptions(org.json.JSONObject json)
-
Method Summary
Modifier and Type Method Description boolean
isCloseExistingWindows()
void
setCloseExistingWindows(boolean b)
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
-
PlatformSnapshotOptions
public PlatformSnapshotOptions() -
PlatformSnapshotOptions
public PlatformSnapshotOptions(org.json.JSONObject json)
-
-
Method Details
-
setCloseExistingWindows
public void setCloseExistingWindows(boolean b) -
isCloseExistingWindows
public boolean isCloseExistingWindows()
-