|
Class Summary |
| AbstractConsoleView |
Base implementation for console views. |
| ApplyAction |
Special ConsoleViewAction that performs an Apply on this configurator model
and exits from the view. |
| BoolField |
Specialized field for boolean values. |
| ConsoleTools |
Helper functions for console interaction. |
| ConstantField |
Constant text field. |
| DiscardAction |
Special ConsoleViewAction that performs a Discard on this configurator model
and exits from the view. |
| Field |
Base abstract class for console edition fields. |
| GroupField |
A Field that acts as a container for other fields. |
| MessageField |
A message display field. |
| PasswordField |
A password entry field. |
| SelectionField |
Asks the user to chose between a list of valid values. |
| ValueField |
Text value edition field. |