Komponenten of JControl/Wombat

The following table shows a list of all components, that are included in the JControl/Wombat 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 DescriptionKlasse
BorderDraws a borderjcontrol.ui.wombat.Border
ButtonSimple button. Supports text and/or images.jcontrol.ui.wombat.Button
CheckBoxComponent with continuing state on or offjcontrol.ui.wombat.CheckBox
ComboBoxFrom a list of entries, one can be selected (activated)jcontrol.ui.wombat.ComboBox
ComponentParent class of all components in JControl/Wombatjcontrol.ui.wombat.Component
ContainerComponent that can contain (group) other componentsjcontrol.ui.wombat.Container
FrameRoot class for graphical user interfaces based on JControl/Wombat. All applications based on JControl/Wombat must contain one and only one instance of this class.jcontrol.ui.wombat.Frame
LabelShows an image or non-editable textjcontrol.ui.wombat.Label
ListBoxShows selectable lines of text and an optional vertical scrollbarjcontrol.ui.wombat.ListBox
NumberChooserShows a number that can be alteredjcontrol.ui.wombat.NumberChooser
RadioButtonComponent with stable state on or offjcontrol.ui.wombat.RadioButton
ToggleSwitchSwitch with stable state on or offjcontrol.ui.wombat.ToggleSwitch
SliderA slider componentjcontrol.ui.wombat.Slider
TextViewerA multi-line text viewer component with optional scrollbarjcontrol.ui.wombat.TextViewer
MultiImageMenuSelectable menu items represented by images.jcontrol.ui.wombat.menu.MultiImageMenu
Tabelle 3: The components of JControl/Wombat