|
Class Summary |
| BooleanOption |
A boolean option can take either a true or false value and is represented as a check box. |
| ColorOption |
A color option supports the selection of a color. |
| GroupOption |
An empty option containing several other options. |
| IntegerOption |
An integer option can have a minimum or maximum value and is represented as text field
with a spinner button. |
| LocalizableOptionString |
A simple wrapper class that holds an arbitrary value and its display text. |
| Option |
This is the abstract class for all options. |
| OptionDialog |
The OptionDialog edits all options from a root node of the
Option tree. |
| OptionMgr |
Singleton class that manages all options of the application. |
| OptionWidget |
A option widget is a visual representation of an option. |
| PasswordOption |
A password option is a text option that has a complex ui to enter a password. |
| PathOption |
A path option holds a file or directory path. |
| SelectionOption |
A selection option provides a selection of values either as selection field widget. |
| StringOption |
A string option is a text option represented by a text field. |