|
Class Summary |
| ArrayItemList |
An ItemList that uses a String array as its underlying data source. |
| Button |
A button component which the user presses to start an application process. |
| ComboListPopup |
A ComboListPopup contains a list of selectable options plus the option to
select a user-defined option that the user can specify. |
| Field |
A Field displays one or more rows of text that is underlined with a dotted
line. |
| InputPopup |
An InputPopup is an abstract class that acts like a popup form. |
| KeyboardPopup |
A Popup that displays a QWERTY keyboard and a Field widget. |
| Label |
A simple String Label. |
| ListPopup |
A component that contains a list of options the user can select from. |
| MutexOptionGroup |
A MutexOptionGroup contains one or more MutexOptions and makes sure that only
one MutexOptioin is active at a time. |
| Panel |
A container that holds one or more widgets internally to be displayed. |
| PushButton |
A PushButton is a button that behaves like a MutexOption. |
| QwertyKeyboard |
A Widget that display the QWERTY keyboard layout so the user can enter text
via a pointer. |
| ScrollList |
A selection list that allows a user to select one choice amongst many that
are available. |
| TextUtil |
Static help methods for text utilities. |
| TitleBar |
This widget draws the titlebar on the Panel. |
| Trigger |
A trigger is a component that acts like a button but does not necessarily
start a business process. |
| VectorItemList |
An ItemList that uses a Vector as its underlying data source. |
| Widget |
The superclass of any suit component. |