| Interface | Description |
|---|---|
| UpDownListener |
UpDownListener listens to changes in the UpDownButton
where it is registered.
|
| Class | Description |
|---|---|
| Digit |
An extension of
SimpleButton displaying one digit (character). |
| 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. |