|
Class Summary |
| BasicWidget |
Basic implementation of a UserWidget. |
| Button |
Custom user control widget for a button. |
| CheckBox |
Custom user control widget for a checkbox. |
| ComboBox |
Custom user control widget for a combobox. |
| ListBox |
Control to list an array of strings and to provide selection of entries. |
| ListItem |
A ListItem represents an item in a list structure. |
| RadioButton |
Custom user control widget for a radio button. |
| RadioGroup |
RadioGroups contain two or more radio buttons. |
| ScrollBar |
Custom user control widget for a scrollbar. |
| ScrollTextBox |
Text box with a border and a scrollbar. |
| Slider |
Custom user control widget for a slider. |
| TextBox |
Text box without a border. |
| TextField |
Text field with caret. |
| Tree |
Provides a class that does hierarchical layout of information. |
| TreeItem |
A TreeItem represents an item in a tree structure. |