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
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlatformWindowOptions()PlatformWindowOptions(org.json.JSONObject json) -
Method Summary
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, setUrlMethods 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
-
PlatformWindowOptions
public PlatformWindowOptions() -
PlatformWindowOptions
public PlatformWindowOptions(org.json.JSONObject json)
-
-
Method Details
-
getStylesheetUrl
public java.lang.String getStylesheetUrl() -
setStylesheetUrl
public void setStylesheetUrl(java.lang.String stylesheetUrl)
-