|
|||||||||||
| 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 WindowManagernullpublic UIElement getActiveWindow()
WindowManagergetFullScreen() method).
getActiveWindow in class WindowManagergetFullScreen() method).public java.util.List getAllWindows()
WindowManager
getAllWindows in class WindowManagerpublic UIElement getWindowAtPoint(java.awt.Point point)
WindowManager
getWindowAtPoint in class WindowManagerpoint - the specified point
nullpublic UIElement getFullScreen()
WindowManager
getFullScreen in class WindowManagernullpublic UIElement findWindow(java.lang.String titleName)
WindowManager
findWindow in class WindowManagertitleName - the title of window
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||