Package jcontrol.ui.wombat

User interface elements for JControl's Wombat UI.

See:
          Description

Interface Summary
IContainer IContainer is an interface for Frame and Container classes.
IFocusable This interface must be implementes by all classes that should be able to gain the keyboard focus.
IFrame An application must have (or self be) a Frame instance.
 

Class Summary
AbstractFocusComponent Abstract superclass for components that can be controlled by the keyboard.
AbstractScrolledComponent Abstract superclass for all components that have a scrollbar.
Border Instances of this class provide a border with an optional title.
Button Instances of this class represent a keyboard/touchpad selectable user interface object that issues notification when pressed and released.
CheckBox The CheckBox is a graphical component that can be in either an "on" (true) or "off" (false) state.
ComboBox The class ComboBox implements a choice user interface object.
Component A Component is an object having a graphical representation that can be displayed on the screen and that can interact with the user.
Container A container object is a component that can contain other components.
DigitalMeter  
FastLabel A label is a very simple component which displays a single line of read-only text or an image resource.
Frame A Frame is the starting point for creating a graphical user interface.
KeyPad Instances of this class represent a key pad, known from telephones etc.
Label A label is a very simple component which displays a one or more lines of read-only text or an image.
ListBox Instances of this class represent a selectable user interface object that displays a scrollable list of strings and issues notificiation when a string is selected via the keyboard or the touch screen.
NumberChooser The class NumberChosser implements a label showing a number.
RadioButton A radio button is a graphical component that can be in either an "on" (true) or "off" (false) state.
RockerSwitch The RockerSwitch is a graphical component that can be in either an "on" (true) or "off" (false) state.
Slider This class implements a slider user interface object.
TextInputField This class implements a single line text imput field.
TextViewer This class TextViewer implements a component to show a text document.
ToggleSwitch The ToggleSwitch is a graphical component that can be in either an "on" (true) or "off" (false) state.
TypeWriter Virtual keyboard using one small QWERTY area fitting on the screen.
 

Package jcontrol.ui.wombat Description

User interface elements for JControl's Wombat UI.