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