Package com.openfin.desktop.platform
Class ApiOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.platform.ApiOptions
-
public class ApiOptions extends JsonBean
-
-
Constructor Summary
Constructors Constructor Description ApiOptions()ApiOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IFrameOptionsgetIFrameOptions()voidsetIFrameOptions(IFrameOptions options)-
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
-
-
-
-
Method Detail
-
getIFrameOptions
public IFrameOptions getIFrameOptions()
-
setIFrameOptions
public void setIFrameOptions(IFrameOptions options)
-
-