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 WindowWindow. getParentWindow()Get parent windowWindowApplication. getWindow()Returns an instance to the main Window of the application.static WindowWindow. wrap(java.lang.String applicationUuid, java.lang.String windowName, DesktopConnection connection)Attaches a Window object to an application Window that already existsWindowApplication. 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 voidDesktopUtils. addEventListener(Window window, java.lang.String evenType, EventListener eventListener)Add event listener to a window.voidWindow. 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.voidWindow. joinGroup(Window window, AckListener listener)Joins the same window group as the specified windowvoidWindow. mergeGroups(Window window)Merges the instance's window group with the same window group as the specified window.voidWindow. 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 voidApplication. getChildWindows(AsyncCallback<java.util.List<Window>> callback, AckListener listener)Retrieves an list of wrapped fin.desktop.Windows for each of the application’s child windowsvoidWindow. 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.voidApplication. 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)