Uses of Interface
teamdev.jxdesktop.UIElement

Packages that use UIElement
teamdev.jxcapture   
teamdev.jxdesktop   
teamdev.jxdesktop.win32   
 

Uses of UIElement in teamdev.jxcapture
 

Constructors in teamdev.jxcapture with parameters of type UIElement
ObjectOnScreenCapture.UIElementRect(UIElement element)
           
 

Uses of UIElement in teamdev.jxdesktop
 

Methods in teamdev.jxdesktop that return UIElement
abstract  UIElement WindowManager.getDesktopWindow()
          Returns a desktop window.
abstract  UIElement WindowManager.getActiveWindow()
          Returns a foreground window (the window with which the user is currently working).
abstract  UIElement WindowManager.getWindowAtPoint(java.awt.Point point)
          Returns the window that contains the specified point.
abstract  UIElement WindowManager.getFullScreen()
          Returns the full screen window (including multiple monitors).
abstract  UIElement WindowManager.findWindow(java.lang.String titleName)
          Searches a window by a specified title.
 UIElement UIElement.getParent()
          Returns the parent UI element.
 

Uses of UIElement in teamdev.jxdesktop.win32
 

Classes in teamdev.jxdesktop.win32 that implement UIElement
 class WindowsUIElement
          Implementation of the UIElement interface for the Windows OS.
 

Methods in teamdev.jxdesktop.win32 that return UIElement
 UIElement WindowsWindowManager.getDesktopWindow()
           
 UIElement WindowsWindowManager.getActiveWindow()
           
 UIElement WindowsWindowManager.getWindowAtPoint(java.awt.Point point)
           
 UIElement WindowsWindowManager.getFullScreen()
           
 UIElement WindowsWindowManager.findWindow(java.lang.String titleName)
           
 UIElement WindowsUIElement.getParent()