Uses of Interface
teamdev.jxdesktop.Screenable

Packages that use Screenable
teamdev.jxdesktop   
teamdev.jxdesktop.ui   
 

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.ui
 

Subinterfaces of Screenable 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.