public interface Desktop
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The function getName() returns the name of the desktop.
|
int |
getPosition()
The function getPositon() returns the position of the desktop.
|
java.util.List<Window> |
getVisibleWindows()
The function getVisibleWindows() returns the List of all visible windows
on the desktop.
|
java.util.List<Window> |
getWindows()
The function getWindows() returns the List of all windows on the desktop.
|
boolean |
isCurrent()
The function isCurrent() returns whether the desktop is active.
|
java.lang.String getName()
int getPosition()
boolean isCurrent() throws WDDManException
WDDManException
- when there is an error; the message contains a
description of the errorjava.util.List<Window> getWindows() throws WDDManException
WDDManException
- when there is an error; the message contains a
description of the errorjava.util.List<Window> getVisibleWindows() throws WDDManException
WDDManException
- when there is an error; the message contains a
description of the error