Uses of Class
com.openfin.desktop.Window
Package | Description |
---|---|
com.openfin.desktop | |
com.openfin.desktop.platform | |
com.openfin.desktop.win32 |
-
Uses of Window in com.openfin.desktop
Methods in com.openfin.desktop that return Window Modifier and Type Method Description Window
Window. getParentWindow()
Get parent windowWindow
Application. getWindow()
Returns an instance to the main Window of the application.static Window
Window. wrap(java.lang.String applicationUuid, java.lang.String windowName, DesktopConnection connection)
Attaches a Window object to an application Window that already existsWindow
Application. wrapWindow(java.lang.String name)
Wraps an existing window using the specified nameMethods in com.openfin.desktop that return types with arguments of type Window Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.util.List<Window>>
Application. getChildWindows()
java.util.List<Window>
WindowGroupChangeEvent. getSourceGroup()
All the windows in the group the sourceWindow originated fromjava.util.List<Window>
WindowGroupChangeEvent. getTargetGroup()
All the windows in the group the targetWindow orginated fromMethods in com.openfin.desktop with parameters of type Window Modifier and Type Method Description static void
DesktopUtils. addEventListener(Window window, java.lang.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 windowvoid
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.Method parameters in com.openfin.desktop with type arguments of type Window Modifier and Type Method Description void
Application. getChildWindows(AsyncCallback<java.util.List<Window>> callback, AckListener listener)
Retrieves an list of wrapped fin.desktop.Windows for each of the application’s child windowsvoid
Window. getGroup(AsyncCallback<java.util.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<java.util.List<java.util.List<Window>>> groupHandler, AckListener callback)
Retrieves an array of active window groups for all of the application's windows. -
Uses of Window in com.openfin.desktop.platform
Methods in com.openfin.desktop.platform that return types with arguments of type Window Modifier and Type Method Description java.util.concurrent.CompletionStage<Window>
Platform. createWindow(WindowOptions winOpts)
Creates a new Window.java.util.concurrent.CompletableFuture<Window>
PlatformView. getCurrentWindow()
-
Uses of Window in com.openfin.desktop.win32
Constructors in com.openfin.desktop.win32 with parameters of type Window Constructor Description EmbeddedWindow(Window window)