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
A WindowActionProvider should provide access to a system's window system
Interface
WindowProviderInterface