- getBottom() - Method in interface wddman.Window
-
The function getBottom() returns the distance of the lower edge of the
window from the upper edge of the display area.
- getCurrentDesktop() - Method in class wddman.WDDMan
-
The function returns the current desktop
- getDesktop() - Method in interface wddman.Window
-
The function getDesktop() returns the desktop on which is the window.
- getDesktopCount() - Method in class wddman.WDDMan
-
The function returns the number of desktops
- getDesktops() - Method in class wddman.WDDMan
-
The function getDesktops() returns a List of all current desktops.
- getDisplays() - Method in class wddman.WDDMan
-
The function getDesktops() returns a List of all current displays.
- getDisplaysCount() - Method in class wddman.WDDMan
-
The function getDisplaysCount() returns the number of displays.
- getHeight() - Method in class wddman.Display
-
The function getHeight() returns the height of the display.
- getHeight() - Method in interface wddman.Window
-
The function getHeight() returns the height of the window.
- getLeft() - Method in interface wddman.Window
-
The function getLeft() returns the distance of the left edge of the
window from the upper edge of the display area.
- getName() - Method in interface wddman.Desktop
-
The function getName() returns the name of the desktop.
- getPosition() - Method in interface wddman.Desktop
-
The function getPositon() returns the position of the desktop.
- getPosition() - Method in class wddman.Display
-
The function getPosition() returns the position of the display from left
to right.
- getRight() - Method in interface wddman.Window
-
The function getRight() returns the distance of the right edge of the
window from the upper edge of the display area.
- getRunningOperatingSystem() - Method in class wddman.WDDMan
-
The function getRunningOperatingSystem() returns the type of used
operating system.
- getScreenHeight() - Method in class wddman.WDDMan
-
The function getScreenWidth() returns the height of the display area.
- getScreenWidth() - Method in class wddman.WDDMan
-
The function getScreenWidth() returns the width of the display area.
- getTitle() - Method in interface wddman.Window
-
The function getTitle() returns the title of the Window.
- getTop() - Method in interface wddman.Window
-
The function getTop() returns the distance of the upper edge of the
window from the upper edge of the display area.
- getVisibleWindows() - Method in interface wddman.Desktop
-
The function getVisibleWindows() returns the List of all visible windows
on the desktop.
- getVisibleWindows() - Method in class wddman.WDDMan
-
The function getWindows() returns a List of all current visible windows.
- getWidth() - Method in class wddman.Display
-
The function getWidth() returns the width of the display.
- getWidth() - Method in interface wddman.Window
-
The function getWidth() returns the width of the window.
- getWindowByTitle(String) - Method in class wddman.WDDMan
-
The function getWindowByTitle() finds and returns a window with the same
title as the parameter title (case sensitive).
- getWindows() - Method in interface wddman.Desktop
-
The function getWindows() returns the List of all windows on the desktop.
- getWindows() - Method in class wddman.WDDMan
-
The function getWindows() returns a List of all current windows.
- getWindowsByTitle(String) - Method in class wddman.WDDMan
-
The function getWindowsByTitle() finds and returns a List of all windows
with the same title as the parameter title (case sensitive).