Class Summary |
AbstractWheelswitchFormatter |
Formats java.lang.String s to be displayed as digits in the
Wheelswitch . |
Digit |
An extension of SimpleButton displaying one digit (character). |
RadialWheelswitchFormatter |
Extension of the abstract wheelswitch formatter for formatting numeric strings representing
angular values in format of ddddmmss, where d are angular degrees, m are angular minutes in
the range of 0-59 and s are angular seconds also in the range of 0-59. |
StaticDigit |
Descedant of Digit displaying static text. |
UpDownButton |
Descedant of javax.swing.JComponent that contains two
ArrowButton s acting as a two-way (up/down) control. |
UpDownLayout |
Implementation of java.awt.LayoutManager to be used for
UpDownButton layout. |
ValueDigit |
Descedant of Digit displaying a integer value digit. |
WheelswitchFormatter |
Formats java.lang.String s to be displayed as digits in the
Wheelswitch . |
WheelswitchLayout |
Implementation of java.awt.LayoutManager to be used for
the layout of the Wheelswitch component. |