Uses of Interface
teamdev.jxdesktop.Screenable

Packages that use Screenable
teamdev.jxdesktop   
teamdev.jxdesktop.win32   
 

Uses of Screenable in teamdev.jxdesktop
 

Subinterfaces of Screenable in teamdev.jxdesktop
 interface UIElement
          Represents some part or element of the GUI, such as a window, text box, button, radio button, toolbar and other elements of the GUI.
 

Uses of Screenable in teamdev.jxdesktop.win32
 

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