|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectteamdev.jxdesktop.WindowManager
This class defines the functions that allow retrieving a specified UI element on the screen.
Constructor Summary | |
protected |
WindowManager()
|
Method Summary | |
abstract UIElement |
findWindow(java.lang.String titleName)
Searches a window by a specified title. |
abstract UIElement |
getActiveWindow()
Returns a foreground window (the window with which the user is currently working). |
abstract java.util.List |
getAllWindows()
Returns the list of all top-level windows on the screen. |
abstract UIElement |
getDesktopWindow()
Returns a desktop window. |
abstract UIElement |
getFullScreen()
Returns the full screen window (including multiple monitors). |
static WindowManager |
getInstance()
|
abstract UIElement |
getWindowAtPoint(java.awt.Point point)
Returns the window that contains the specified point. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected WindowManager()
Method Detail |
public static WindowManager getInstance()
public abstract UIElement getDesktopWindow()
null
public abstract UIElement getActiveWindow()
getFullScreen()
method).
getFullScreen()
method).public abstract java.util.List getAllWindows()
public abstract UIElement getWindowAtPoint(java.awt.Point point)
point
- the specified point
null
public abstract UIElement getFullScreen()
null
public abstract UIElement findWindow(java.lang.String titleName)
titleName
- the title of window
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |