|
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. |
| 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. |
Module editor implementations. Module editors are used to edit the
report configuration for a certain module.