| Package | Description |
|---|---|
| com.openfin.desktop |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
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 callback)
Joins the same window group as the specified window
|
void |
Window.leaveGroup(Window window,
AckListener callback)
Leaves the current window group so that the window
can be move independently of those in the group.
|
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 callback)
Merges the instance's window group with the same window group as the specified window.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Window.getGroup(AsyncCallback<List<Window>> groupHandler,
AckListener callback)
Passes a list of wrapped windows in the same group
An empty list is returned if the window is not in a group.
|
Copyright © 2014. All rights reserved.