Package jcontrol.ui.vole

Simple user interface elements for JControls b/w display.

See:
          Description

Interface Summary
Animateable This interface Animateable provides the method animate for animateable Vole Components.
 

Class Summary
AnimationContainer The AnimationContainer is a Container with special functions for Components which implement the Animateable interface.
Border This class Border creates a border with the given extents.
Button VOLE user interface labeled button.
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 graphical combo box for the Vole GUI.
Component Component is the base class for VOLE user interface objects.
Container A container is a component that can contain other Vole components.
Frame A Frame is the starting point for creating a graphical user interface.
Label A label is a very simple component which displays non-editable text or an image resource.
List The List component shows a list of text items with a vertical scroll bar on the right.
NumberChooser The class NumberChosser implements a label showing a number.
PassiveFrame A PassiveFrame is the starting point for creating a graphical user interface WITHOUT keyboard support.
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.
ScrollBar This class ScrollBar implements a graphical scroll bar.
Slider This is a graphical slider for JControl.
TextArea This class TextArea.class implements a text area for JControl's VOLE user interface.
TextScroller This class provides a graphical TextScroller component for the Vole GUI.
 

Package jcontrol.ui.vole Description

Simple user interface elements for JControls b/w display.