Uses of Interface
teamdev.jxdesktop.UIElement

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

Uses of UIElement in teamdev.jxcapture
 

Methods in teamdev.jxcapture that return UIElement
 UIElement ScreenObjectCapture.UIElementRect.getUIElement()
           
 

Constructors in teamdev.jxcapture with parameters of type UIElement
ScreenObjectCapture.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 UIElement.
 

Methods in teamdev.jxdesktop with parameters of type UIElement
abstract  java.awt.image.BufferedImage CaptureUtilities.createScreenCapture(UIElement element)
          Creates an image containing pixels read from specified UIElement.
 

Uses of UIElement in teamdev.jxdesktop.ui
 

Subinterfaces of UIElement in teamdev.jxdesktop.ui
 interface Screen
          Represents an area on top of which other UIElements are painted.
 interface Window
          Represents a top-level window with title and border.