| BooleanMenuState |
An implementation of menu state for booleans.
|
| FloatMenuState |
An implementation of menu state for Strings.
|
| IntegerMenuState |
An implementation of menu state for integer values.
|
| MenuState<T> |
The base class of menu state, stores the value, if it's active and changed.
|
| MenuTree |
Menu tree holds all the menu items for a specific remote connection or session.
|
| StringListMenuState |
An implementation of menu state for lists of string.
|
| StringMenuState |
An implementation of menu state for Strings.
|