Package org.jfree.report.modules.gui.config.editor

Module editor implementations.

See:
          Description

Interface Summary
KeyEditor The key editor is used to define an editor for a single report configuration key.
ModuleEditor The module editor is used to provide a customizable editor component for a JfreeReport module.
 

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.
 

Package org.jfree.report.modules.gui.config.editor Description

Module editor implementations. Module editors are used to edit the report configuration for a certain module.