focusWindow Focuses the window addressed via its window handle
getActiveWindow returns the window handle of the currently active foreground window
The handle to the currently active foreground window
getWindowRegion returns a Region object representing the size and position of the window addressed via its window handle
The Region occupied by the window addressed via its window handle
getWindowTitle returns the title of a window addressed via its window handle
A string representing the title of a window addressed via its window handle
getWindows returns a list of window handles for further processing. These window handles may serve as input to e.g. getWindowTitle
A list of window handles
minimizeWindow Minimizes the window addressed via its window handle
moveWindow Moves the window addressed via its window handle to a new origin given as Point
resizeWindow Resizes the window addressed via its window handle to a new Size
restoreWindow Restores a window addressed via its window handle
Generated using TypeDoc
A WindowActionProvider should provide access to a system's window system
WindowProviderInterface