|
Class Summary |
| AbstractWheelswitchFormatter |
Formats java.lang.Strings 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
ArrowButtons 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.Strings to be displayed as digits in the
Wheelswitch. |
| WheelswitchLayout |
Implementation of java.awt.LayoutManager to be used for
the layout of the Wheelswitch component. |