Package com.openfin.desktop.platform
Class PlatformWindowOptions
- java.lang.Object
-
- com.openfin.desktop.JsonBean
-
- com.openfin.desktop.WindowOptions
-
- com.openfin.desktop.platform.PlatformWindowOptions
-
public class PlatformWindowOptions extends WindowOptions
-
-
Constructor Summary
Constructors Constructor Description PlatformWindowOptions()PlatformWindowOptions(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStylesheetUrl()voidsetStylesheetUrl(java.lang.String stylesheetUrl)-
Methods inherited from class com.openfin.desktop.WindowOptions
getAccelerator, getAutoShow, getContextMenu, getCornerRoundingHeight, getCornerRoundingWidth, getDefaultCentered, getDefaultHeight, getDefaultLeft, getDefaultTop, getDefaultWidth, getFrame, getHideOnClose, getJson, getLayoutOptions, getMaxHeight, getMaximizable, getMaxWidth, getMinHeight, getMinimizable, getMinWidth, getName, getOpacity, getPreload, getResizable, getResizeRegionBottomRightCorner, getResizeRegionSize, getSaveWindowState, getShowTaskbarIcon, getState, getTaskbarIcon, getUrl, isDisableIabSecureLogging, setAccelerator, setAutoShow, setContextMenu, setCornerRounding, setDefaultCentered, setDefaultHeight, setDefaultLeft, setDefaultTop, setDefaultWidth, setDisableIabSecureLogging, setFrame, setHideOnClose, setLayoutOptions, setMaxHeight, setMaximizable, setMaxWidth, setMinHeight, setMinimizable, setMinWidth, setName, setOpacity, setPreload, setResizable, setResizeRegionBottomRightCorner, setResizeRegionSize, setSaveWindowState, setShowTaskbarIcon, setState, setTaskbarIcon, setUrl
-
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
-
-