Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.platform | |
com.openfin.desktop.win32 |
Modifier and Type | Method and Description |
---|---|
WindowOptions |
ApplicationOptions.getMainWindowOptions()
Get options of main window
|
Modifier and Type | Method and Description |
---|---|
void |
Application.createChildWindow(WindowOptions windowOptions,
AckListener callback)
Create a child window of this application
|
void |
ApplicationOptions.setMainWindowOptions(WindowOptions options)
Sets options of main window of the application
|
void |
Window.updateOptions(WindowOptions options,
AckListener listener)
Changes a window's options that were defined upon creation
|
Modifier and Type | Method and Description |
---|---|
void |
Window.getOptions(AsyncCallback<WindowOptions> callback,
AckListener listener)
Returns the current options as stored in the desktop
|
Modifier and Type | Class and Description |
---|---|
class |
PlatformWindowOptions |
Modifier and Type | Method and Description |
---|---|
List<WindowOptions> |
PlatformSnapshot.getWindows() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<Window> |
Platform.createWindow(WindowOptions winOpts)
Creates a new Window.
|
void |
PlatformSnapshot.setWindows(WindowOptions... windowOptions) |
Modifier and Type | Method and Description |
---|---|
void |
PlatformSnapshot.setWindows(List<WindowOptions> windows) |
Modifier and Type | Method and Description |
---|---|
void |
ExternalWindowObserver.setWindowOptions(WindowOptions windowOptions)
Set options for the window
|
Copyright © 2022. All rights reserved.