org.jfree.report.modules.gui.config.model |
Tree and list models used in the configuration editor.
|
Java Source File Name | Type | Comment |
AbstractConfigTreeNode.java | Class | An abstract base implementation of the config tree node interface. |
ClassConfigDescriptionEntry.java | Class | A config description entry that describes class name configurations. |
ConfigDescriptionEntry.java | Class | A config description entry provides a declaration of a single report configuration key
and speicifes rules for the values of that key. |
ConfigDescriptionModel.java | Class | This list model implementation collects all config description entries defined in
JFreeReport. |
ConfigTreeModel.java | Class | Provides a tree model view for an report configuration. |
ConfigTreeModelException.java | Class | The ConfigTreeModelException is trown whenever an error occured during an tree model
operation. |
ConfigTreeModuleNode.java | Class | The config tree module node is used to represent a module in the report configuration. |
ConfigTreeNode.java | Interface | The config tree is the base class for all nodes in the ConfigTreeModel. |
ConfigTreeRootNode.java | Class | The root node contains the local and the global node and is the main entry point into
the tree. |
ConfigTreeSectionNode.java | Class | The section node contains the modules for the given section. |
EnumConfigDescriptionEntry.java | Class | The enumeration config description entry represents an configuration key, where users
may select a valid value from a predefined list of elements. |
ModuleNodeFactory.java | Class | The module node factory is used to build the lists of modules and their assigned keys
for the ConfigTreeModel. |
TextConfigDescriptionEntry.java | Class | The text config description entry represents an configuration key, where users may
enter free-form text. |