|
Class Summary |
| EditFieldsPanel |
A panel to hold editor fields. |
| EditorComboBox |
The EditorComboBox works very similar to the EditorTextField, except that
there is no need for validation of the input data. |
| EditorMultiTextField |
Extends the EditorTextField and inherits most functionality
from it directly such as the color feedback of the InputValidator or
the XML treating of not existing nodes. |
| EditorPanel |
Base class for panels of the NodeEditor. |
| EditorTextField |
The EditorTextField is a "Leaf" class in the Composite design pattern,
it accepts user input, verifies it and assures coherence when treating the XML. |
| ElementType |
Provides some static functions and fields to facilitate node
distinction and XML handling in NodeEditor respectively
EditFieldsPanel and its descendants. |
| EthernetPanel |
Panel to edit an ethernet interface. |
| InputValidator |
This class contains the functionality needed to check the input of the EditorTextFields
and to define the values for the EditorComboBox. |
| NodeEditor |
Creates an interface to edit the configuration of a node. |
| NodePanel |
Panel to edit a node. |
| OptionalElementComboBox |
A Combo Box for a whole element that is optional. |
| SerialPanel |
Panel to edit a serial interface. |
| WlanPanel |
Panel to edit a wlan interface. |