|
Class Summary |
| AbstractKeyEditor |
This key editor class is the base class for all key editor components. |
| ClassKeyEditor |
The class key editor is used to edit report configuration keys which
take the name of an class as value. |
| ConfigEditorPanel |
The container component that is responsible for creating and managing the
module editor for the currently selected module. |
| DefaultModuleEditor |
The default module editor provides a simple default implementation to
edit all configuration keys for a given module. |
| DefaultModuleEditor.EditorCarrier |
A editor carrier implementation used to collect all active editor
components and their assigned checkboxes. |
| DefaultModuleEditor.EnableAction |
Handles the selection of an checkbox and enables the assigned
editor component. |
| EditorFactory |
The editor factory is used to create a module editor for an given
module. |
| EnumKeyEditor |
The enumeration key editor is used to edit configuration keys, which
accept a closed set of values. |
| TextKeyEditor |
The text key editor is used to edit a free form text. |