Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.platform | |
com.openfin.desktop.win32 |
Modifier and Type | Method and Description |
---|---|
Window |
Window.getParentWindow()
Get parent window
|
Window |
Application.getWindow()
Returns an instance to the main Window of the application.
|
static Window |
Window.wrap(String applicationUuid,
String windowName,
DesktopConnection connection)
Attaches a Window object to an application Window that already exists
|
Window |
Application.wrapWindow(String name)
Wraps an existing window using the specified name
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<Window>> |
Application.getChildWindows() |
List<Window> |
WindowGroupChangeEvent.getSourceGroup()
All the windows in the group the sourceWindow originated from
|
List<Window> |
WindowGroupChangeEvent.getTargetGroup()
All the windows in the group the targetWindow orginated from
|
Modifier and Type | Method and Description |
---|---|
static void |
DesktopUtils.addEventListener(Window window,
String evenType,
EventListener eventListener)
Add event listener to a window.
|
void |
Window.joinGroup(Window window)
Joins the same window group as the specified window
When windows are joined, if the user moves one of the windows,
all other windows in the same group move too.
|
void |
Window.joinGroup(Window window,
AckListener listener)
Joins the same window group as the specified window
|
void |
Window.mergeGroups(Window window)
Merges the instance's window group with the same window group as the specified window.
|
void |
Window.mergeGroups(Window window,
AckListener listener)
Merges the instance's window group with the same window group as the specified window.
|
Modifier and Type | Method and Description |
---|---|
void |
Application.getChildWindows(AsyncCallback<List<Window>> callback,
AckListener listener)
Retrieves an list of wrapped fin.desktop.Windows for each of the
application’s child windows
|
void |
Window.getGroup(AsyncCallback<List<Window>> groupHandler,
AckListener listener)
Passes a list of wrapped windows in the same group
An empty list is returned if the window is not in a group.
|
void |
Application.getGroups(AsyncCallback<List<List<Window>>> groupHandler,
AckListener callback)
Retrieves an array of active window groups for all of the application's windows.
|
Modifier and Type | Method and Description |
---|---|
CompletionStage<Window> |
Platform.createWindow(WindowOptions winOpts)
Creates a new Window.
|
CompletableFuture<Window> |
PlatformView.getCurrentWindow() |
Constructor and Description |
---|
EmbeddedWindow(Window window) |
Copyright © 2022. All rights reserved.