org.jfree.report.modules.gui.config.editor |
Module editor implementations. Module editors are used to edit the
report configuration for a certain module.
|
Java Source File Name | Type | Comment |
AbstractKeyEditor.java | Class | This key editor class is the base class for all key editor components. |
ClassKeyEditor.java | Class | The class key editor is used to edit report configuration keys which take the name of
an class as value. |
ConfigEditorPanel.java | Class | The container component that is responsible for creating and managing the module editor
for the currently selected module. |
DefaultModuleEditor.java | Class | The default module editor provides a simple default implementation to edit all
configuration keys for a given module. |
EditorFactory.java | Class | The editor factory is used to create a module editor for an given module. |
EnumKeyEditor.java | Class | The enumeration key editor is used to edit configuration keys, which accept a closed
set of values. |
KeyEditor.java | Interface | The key editor is used to define an editor for a single report configuration key. |
ModuleEditor.java | Interface | The module editor is used to provide a customizable editor component for a JfreeReport
module.
At the moment, there is only one common module editor known, which provides an
on-the-fly editor for all defined properties of the module. |
TextKeyEditor.java | Class | The text key editor is used to edit a free form text. |