Uses of Class
com.openfin.desktop.WindowOptions
Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.platform | |
com.openfin.desktop.win32 |
-
Uses of WindowOptions in com.openfin.desktop
Methods in com.openfin.desktop that return WindowOptions Modifier and Type Method Description WindowOptions
ApplicationOptions. getMainWindowOptions()
Get options of main windowMethods in com.openfin.desktop with parameters of type WindowOptions Modifier and Type Method Description void
Application. createChildWindow(WindowOptions windowOptions, AckListener callback)
Create a child window of this applicationvoid
ApplicationOptions. setMainWindowOptions(WindowOptions options)
Sets options of main window of the applicationvoid
Window. updateOptions(WindowOptions options, AckListener listener)
Changes a window's options that were defined upon creationMethod parameters in com.openfin.desktop with type arguments of type WindowOptions Modifier and Type Method Description void
Window. getOptions(AsyncCallback<WindowOptions> callback, AckListener listener)
Returns the current options as stored in the desktop -
Uses of WindowOptions in com.openfin.desktop.platform
Subclasses of WindowOptions in com.openfin.desktop.platform Modifier and Type Class Description class
PlatformWindowOptions
Methods in com.openfin.desktop.platform that return types with arguments of type WindowOptions Modifier and Type Method Description java.util.List<WindowOptions>
PlatformSnapshot. getWindows()
Methods in com.openfin.desktop.platform with parameters of type WindowOptions Modifier and Type Method Description java.util.concurrent.CompletionStage<Window>
Platform. createWindow(WindowOptions winOpts)
Creates a new Window.void
PlatformSnapshot. setWindows(WindowOptions... windowOptions)
Method parameters in com.openfin.desktop.platform with type arguments of type WindowOptions Modifier and Type Method Description void
PlatformSnapshot. setWindows(java.util.List<WindowOptions> windows)
-
Uses of WindowOptions in com.openfin.desktop.win32
Methods in com.openfin.desktop.win32 with parameters of type WindowOptions Modifier and Type Method Description void
ExternalWindowObserver. setWindowOptions(WindowOptions windowOptions)
Set options for the window