Modifier and Type | Method and Description |
---|---|
Desktop |
WDDMan.findDesktopByName(java.lang.String name)
The function findDesktopByName(String name) finds and returns a desktop
with the same title as the parameter title (case sensitive).
|
Desktop |
WDDMan.findDesktopByPosition(int position)
The function findDesktopByPosition(int position) finds and returns a
desktop with the same position as the parameter position.
|
Desktop |
WDDMan.getCurrentDesktop()
The function returns the current desktop
|
Desktop |
Window.getDesktop()
The function getDesktop() returns the desktop on which is the window.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Desktop> |
WDDMan.getDesktops()
The function getDesktops() returns a List of all current desktops.
|
Modifier and Type | Method and Description |
---|---|
void |
WDDMan.moveWindowToDesktop(Window window,
Desktop desktop)
The function moveWindowToDesktop(Window window, Desktop desktop) moves
the window window to the desktop desktop.
|