- canHandle(Module) - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
- 
Checks whether this module editor can handle the given module. 
- canHandle(Module) - Method in interface org.pentaho.reporting.tools.configeditor.editor.ModuleEditor
- 
Checks whether this module editor can handle the given module. 
- children() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
- 
Returns the children of the receiver as an Enumeration.
 
- ClassConfigDescriptionEntry - Class in org.pentaho.reporting.tools.configeditor.model
- 
A config description entry that describes class name configurations. 
- ClassConfigDescriptionEntry(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ClassConfigDescriptionEntry
- 
Creates a new config description entry. 
- ClassKeyEditor - Class in org.pentaho.reporting.tools.configeditor.editor
- 
The class key editor is used to edit report configuration keys which take the name of an class as value. 
- ClassKeyEditor(HierarchicalConfiguration, ClassConfigDescriptionEntry, String) - Constructor for class org.pentaho.reporting.tools.configeditor.editor.ClassKeyEditor
- 
Creates a new class key editor for the given entry and configuration. 
- clearRect(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
- 
Clears the specified rectangle by filling it with the background color of the current drawing surface. 
- clip(Shape) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
- 
Intersects the current Clipwith the interior of the specifiedShapeand sets theClipto the resulting intersection.
 
- clipRect(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
- 
Intersects the current clip with the specified rectangle. 
- commit() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
-  
- compare(ConfigDescriptionEntry, ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.util.ConfigDescriptionEntryComparator
-  
- ConfigDescriptionEditor - Class in org.pentaho.reporting.tools.configeditor
- 
The config description editor is used to edit the configuration metadata used in the ConfigEditor to describe the
 ReportConfiguration keys. 
- ConfigDescriptionEditor() - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-  
- ConfigDescriptionEditor(AbstractBoot) - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
- 
Constructs a ConfigDescriptionEditor that is initially invisible. 
- ConfigDescriptionEditor(String) - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
- 
Constructs a ConfigDescriptionEditor that is initially invisible. 
- ConfigDescriptionEntry - Class in org.pentaho.reporting.tools.configeditor.model
- 
A config description entry provides a declaration of a single report configuration key and speicifes rules for the
 values of that key. 
- ConfigDescriptionEntryComparator - Class in org.pentaho.reporting.tools.configeditor.util
-  
- ConfigDescriptionEntryComparator() - Constructor for class org.pentaho.reporting.tools.configeditor.util.ConfigDescriptionEntryComparator
-  
- ConfigDescriptionModel - Class in org.pentaho.reporting.tools.configeditor.model
- 
This list model implementation collects all config description entries defined in JFreeReport. 
- ConfigDescriptionModel() - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
- 
Creates a new, initially empty ConfigDescriptionModel. 
- ConfigEditor - Class in org.pentaho.reporting.tools.configeditor
- 
The ConfigEditor can be used to edit the global jfreereport.properties files. 
- ConfigEditor() - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigEditor
-  
- ConfigEditor(HierarchicalConfiguration, AbstractBoot) - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigEditor
-  
- ConfigEditorBoot - Class in org.pentaho.reporting.tools.configeditor
-  
- ConfigEditorInfo - Class in org.pentaho.reporting.tools.configeditor
-  
- ConfigEditorInfo() - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigEditorInfo
-  
- ConfigEditorPane - Class in org.pentaho.reporting.tools.configeditor
-  
- ConfigEditorPane(AbstractBoot, boolean) - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
-  
- ConfigEditorPanel - Class in org.pentaho.reporting.tools.configeditor.editor
- 
The container component that is responsible for creating and managing the module editor for the currently selected
 module. 
- ConfigEditorPanel() - Constructor for class org.pentaho.reporting.tools.configeditor.editor.ConfigEditorPanel
- 
Creates a new ConfigEditorPanel. 
- ConfigTreeModel - Class in org.pentaho.reporting.tools.configeditor.model
- 
Provides a tree model view for an report configuration. 
- ConfigTreeModel(AbstractBoot, boolean) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
- 
Creates a new tree model from the given specifications. 
- ConfigTreeModelException - Exception in org.pentaho.reporting.tools.configeditor.model
- 
The ConfigTreeModelException is thrown whenever an error occurred during an tree model operation. 
- ConfigTreeModelException() - Constructor for exception org.pentaho.reporting.tools.configeditor.model.ConfigTreeModelException
- 
Creates a ConfigTreeModelException with no message and no parent. 
- ConfigTreeModelException(String, Exception) - Constructor for exception org.pentaho.reporting.tools.configeditor.model.ConfigTreeModelException
- 
Creates an exception. 
- ConfigTreeModelException(String) - Constructor for exception org.pentaho.reporting.tools.configeditor.model.ConfigTreeModelException
- 
Creates an exception. 
- ConfigTreeModuleNode - Class in org.pentaho.reporting.tools.configeditor.model
- 
The config tree module node is used to represent a module in the report configuration. 
- ConfigTreeModuleNode(Module) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
- 
Creates a new module node for the given module object and report configuration. 
- ConfigTreeNode - Interface in org.pentaho.reporting.tools.configeditor.model
- 
The config tree is the base class for all nodes in the ConfigTreeModel. 
- ConfigTreeRenderer - Class in org.pentaho.reporting.tools.configeditor.util
- 
Implements a config tree renderer that fixes some AWT-Graphics problems in conjunction with the clipping. 
- ConfigTreeRenderer() - Constructor for class org.pentaho.reporting.tools.configeditor.util.ConfigTreeRenderer
- 
DefaultConstructor. 
- ConfigTreeRootNode - Class in org.pentaho.reporting.tools.configeditor.model
- 
The root node contains the local and the global node and is the main entry point into the tree. 
- ConfigTreeRootNode(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigTreeRootNode
- 
Creates a new root node with the given name. 
- ConfigTreeSectionNode - Class in org.pentaho.reporting.tools.configeditor.model
- 
The section node contains the modules for the given section. 
- ConfigTreeSectionNode(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigTreeSectionNode
- 
Creates a new section node with the specified name. 
- contains(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
- 
Checks whether the given entry is already contained in this list. 
- copyArea(int, int, int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
- 
Copies an area of the component by a distance specified by dxanddy.
 
- create() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
- 
Creates a new Graphicsobject that is a copy of thisGraphicsobject.
 
- createInstance(Module, HierarchicalConfiguration, ConfigDescriptionEntry[]) - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
- 
Creates a new, initialized instance of the default module editor. 
- createInstance(Module, HierarchicalConfiguration, ConfigDescriptionEntry[]) - Method in interface org.pentaho.reporting.tools.configeditor.editor.ModuleEditor
- 
Creates a new instance of the module editor.