Method Summary |
|
native public static void | bringToFront(String windowID) Brings the specified window to the front of any other active windows. |
native public static void | bringToFront(Window window) Brings the specified window to the front of any other active windows. |
native public static void | each(ComponentTraversalCallback cb) Executes the specified function once for every window in the group, passing each window as the only parameter. |
native public Window[] | findBy(ComponentTraversalCallback cb) Returns zero or more windows in the group using the custom search function passed to this method. |
native public static Window | get(String id) Gets a registered window by id. |
native public static Window | getActive() Gets the currently-active window in the group. |
native public static void | hideAll() Hides all windows in the group. |
native public static void | sendToBack(String windowID) Sends the specified window to the back of other active windows. |
native public static void | sendToBack(Window window) Sends the specified window to the back of other active windows. |
native public static void | setZseed(int zseed) The starting z-index for windows (defaults to 9000). |