Interface | Description |
---|---|
InteractableComponent |
This interface doesn't add anything, it's just for making a common interface for Interactables
and Components.
|
Class | Description |
---|---|
AbstractComponent | |
AbstractContainer | |
AbstractInteractableComponent | |
AbstractListBox |
Common base class for list-type components (check box list, action list, etc)
|
ActionListBox | |
ActivityIndicator |
For indicating that the program is working on something and not frozen.
|
Button | |
CheckBox | |
CheckBoxList | |
CommonCheckBox | |
EditArea |
Multi-line text edit component
|
EmptySpace | |
Label | |
Panel | |
PasswordBox |
A TextBox which masks the data entered into it.
|
ProgressBar | |
RadioCheckBoxList |
The list box will display a number of items, of which one and only one can be marked as selected.
|
Separator | |
SpinningActivityIndicator |
Indicates activity by cycling through a set of characters.
|
Table | |
TextArea |
This component is designed for displaying large chunks of text.
|
TextBox | |
TextGrid |
Used by EditArea
|
Enum | Description |
---|---|
Panel.Orientation |
Copyright © 2015. All Rights Reserved.