Uses of Class
com.openfin.desktop.Window

Packages that use Window
com.openfin.desktop   
com.openfin.desktop.win32   
 

Uses of Window in com.openfin.desktop
 

Methods in com.openfin.desktop that return Window
 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
 

Methods in com.openfin.desktop that return types with arguments of type Window
 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
 

Methods in com.openfin.desktop with parameters of type Window
static void DesktopUtils.addEventListener(Window window, String evenType, EventListener eventListener)
          Add event listener.
 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.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.
 

Method parameters in com.openfin.desktop with type arguments of type Window
 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.
 

Uses of Window in com.openfin.desktop.win32
 

Methods in com.openfin.desktop.win32 with parameters of type Window
static void WinMessageHelper.embedInto(long parentHwndId, Window childWindow, int width, int height, int left, int top, AckListener callback)
          Embeds a window in a target hWin
 



Copyright © 2016. All rights reserved.