Package org.colos.ejs.library.control.swing

Interface Summary
ControlParentOfDrawables The interface that all parents of Drawables must implement
NeedsPreUpdate An interface for children elements that need to be preupdated before its parent gets updated.
RadioButtonInterface An interface for RadioButtons
 

Class Summary
ConstantParser This class provides static methods that parse a string and return a Value with the corresponding type and value, ready to be used by the setValue() method of ControlElements
ControlArrayPanel A configurable Label.
ControlBar A bar that display double values.
ControlButton A configurable control button.
ControlCheckBox A configurable checkbox.
ControlCheckBoxMenuItem A configurable checkbox.
ControlComboBox A combobox to display string options.
ControlContainer A configurable Container
ControlDataTable A configurable control button.
ControlDialog A configurable Dialog.
ControlDrawable Abstract superclass for Drawables (children of ControlDrawableParent)
ControlDrawablesParent A container to hold Drawables.
ControlDrawingPanel A panel to hold Drawables
ControlEquation Use cHotEqn to display mathematics equation as TeX syntax string values.
ControlFrame A configurable Frame.
ControlFunction A text field that is able to evaluate analytic expression
ControlKnob A slider to display double values.
ControlLabel A configurable Label.
ControlMenu A configurable control button.
ControlMenuBar A configurable Menubar
ControlMenuItem A configurable control button.
ControlNumberField A textfield to display double values.
ControlPanel A configurable panel.
ControlParsedNumberField A textfield to display double values.
ControlPasswordField A password field to enter passwords.
ControlPlottingPanel A configurable plottingPanel.
ControlRadioButton A configurable checkbox.
ControlRadioButtonMenuItem A configurable checkbox.
ControlRootPane A configurable RootPane.
ControlSeparator A configurable Label.
ControlSlider A slider to display double values.
ControlSound An element to play sound according to the state of an internal variable.
ControlSplitPanel A configurable SplitPanel
ControlSwingElement ControlSwingElement is a base class for an object that displays a visual java.awt.Component.
ControlTabbedPanel A configurabel TabbedPanel
ControlTextArea A configurable text.
ControlTextField A textfield to display String values.
ControlToolBar A configurable panel.
ControlTwoStateButton A configurable control button.
ControlWebCam A configurable panel.
ControlWindow A configurable Window.
FunctionTextField A text field that implements the Function interface
JProgressBarDouble A slider to display double values.
JSliderDouble A slider to display double values.