Komponenten of JControl/Vole

The following table shows a list of all components, that are included in the JControl/Vole framework. A detailed description of these components as well as some program examples can be found in chapter Standard Components. A mouse click on a components' name refers to a related subchapter in which it will be discussed more comprehensive. To see the API documentation of a component, click on the appropriate class.

IconNameBrief DescriptionClass
AnimationContainerContainer with special functions for Components which implement the "Animateable" interfacejcontrol.ui.vole.AnimationContainer
BorderDraws a borderjcontrol.ui.vole.Border
ButtonLabeled button; active while pressedjcontrol.ui.vole.Button
CheckBoxComponent with continuing state on or offjcontrol.ui.vole.CheckBox
ComboBoxFrom a list of entries, one can be choosen (activated)jcontrol.ui.vole.ComboBox
ComponentBase class for JControl/Vole user interface objectsjcontrol.ui.vole.Component
ContainerComponent that can contain other componentsjcontrol.ui.vole.Container
FrameStarting point for creating a graphical user interfacejcontrol.ui.vole.Frame
LabelComponent which displays non-editable text or an image resourcejcontrol.ui.vole.Label
ListShows a list of text items with a vertical scroll bar on the rightjcontrol.ui.vole.List
NumberChooserShows a number that can be alteredjcontrol.ui.vole.NumberChooser
RadioButtonComponent with continuing state on or offjcontrol.ui.vole.RadioButton
RockerSwitchComponent with continuing state on or offjcontrol.ui.vole.RockerSwitch
ScrollBarImplements a graphical scroll barjcontrol.ui.vole.ScrollBar
SliderA graphical slider for JControl/Volejcontrol.ui.vole.Slider
TextAreaA text area with optional scroll barjcontrol.ui.vole.TextArea
TextScrollerScrolls text automatically up or downjcontrol.ui.vole.TextScroller
DiagramDraws an animated diagramjcontrol.ui.vole.graph.Diagram
HistogramDraws an animated histogramjcontrol.ui.vole.graph.Histogram
BigImageMenuA menu containing multiple items but only showing one at a timejcontrol.ui.vole.menu.BigImageMenu
MenuAbstract base class for menus in JControl/Volejcontrol.ui.vole.menu.Menu
MenuBarSimple menu barjcontrol.ui.vole.menu.MenuBar
MultiImageMenuMenu items are displayed as imagesjcontrol.ui.vole.menu.MultiImageMenu
TextMenuText based, scrollable menujcontrol.ui.vole.menu.TextMenu
AnalogClockShows an analogue clockjcontrol.ui.vole.meter.AnalogClock
AnalogMeterAn analogue gaugejcontrol.ui.vole.meter.AnalogMeter
BarMeterAnimated bar representing (relative) valuesjcontrol.ui.vole.meter.BarMeter
DigitalMeterValues are displayed in digital formjcontrol.ui.vole.meter.DigitalMeter
FanMeterAn animated fan displaying a (rotation speed) valuejcontrol.ui.vole.meter.FanMeter
SevenSegmentMeterA seven-segment displayjcontrol.ui.vole.meter.SevenSegmentMeter
ThermometerThermometer to vividly display measured valuesjcontrol.ui.vole.meter.Thermometer
Tabelle 3: The components of JControl/Vole