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 WindowOptionsApplicationOptions. getMainWindowOptions()Get options of main windowMethods in com.openfin.desktop with parameters of type WindowOptions Modifier and Type Method Description voidApplication. createChildWindow(WindowOptions windowOptions, AckListener callback)Create a child window of this applicationvoidApplicationOptions. setMainWindowOptions(WindowOptions options)Sets options of main window of the applicationvoidWindow. 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 voidWindow. 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 classPlatformWindowOptionsMethods 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.voidPlatformSnapshot. setWindows(WindowOptions... windowOptions)Method parameters in com.openfin.desktop.platform with type arguments of type WindowOptions Modifier and Type Method Description voidPlatformSnapshot. 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 voidExternalWindowObserver. setWindowOptions(WindowOptions windowOptions)Set options for the window