Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractConfigTreeNode - Class in org.pentaho.reporting.tools.configeditor.model
-
An abstract base implementation of the config tree node interface.
- AbstractConfigTreeNode(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Creates a new config tree node with the given name.
- AbstractKeyEditor - Class in org.pentaho.reporting.tools.configeditor.editor
-
This key editor class is the base class for all key editor components.
- AbstractKeyEditor(HierarchicalConfiguration, ConfigDescriptionEntry) - Constructor for class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Creates a new key editor for the given report configuration and key entry.
- add(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Adds the given entry to the end of the list.
- add(ConfigTreeNode) - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Adds the given node to the tree model.
- addAssignedKey(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Adds the given key to the list of assigned keys, if not already added.
- addLayoutComponent(String, Component) - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Adds the specified component with the specified name to the layout.
- addRenderingHints(Map) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- addTreeModelListener(TreeModelListener) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Adds a listener for the
TreeModelEvent
posted after the tree changes. - attempClose() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
Closes this frame and exits the JavaVM.
- attempExit() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Handles the attemp to quit the program.
B
- BugFixProxyGraphics2D - Class in org.pentaho.reporting.tools.configeditor.util
-
This documents another sad chapter in Sun's java implementation.
- BugFixProxyGraphics2D(Graphics2D) - Constructor for class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Creates a new proxy to fix some of the Swing bugs.
- build() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Initializes all component for the module editor and creates and layouts all keyeditors.
- BUNDLE_NAME - Static variable in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
C
- 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
Clip
with the interior of the specifiedShape
and sets theClip
to 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(String) - Constructor for class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Constructs a ConfigDescriptionEditor that is initially invisible.
- ConfigDescriptionEditor(AbstractBoot) - 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.
- ConfigDescriptionEntry(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Creates a new config description entry with the given name.
- 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) - Constructor for exception org.pentaho.reporting.tools.configeditor.model.ConfigTreeModelException
-
Creates an exception.
- ConfigTreeModelException(String, Exception) - 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
dx
anddy
. - create() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Creates a new
Graphics
object that is a copy of thisGraphics
object. - 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.
- createStatusBar() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Creates the statusbar for this frame.
- createStatusBar() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
Creates the statusbar for this frame.
D
- DefaultModuleEditor - Class in org.pentaho.reporting.tools.configeditor.editor
-
The default module editor provides a simple default implementation to edit all configuration keys for a given module.
- DefaultModuleEditor() - Constructor for class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Creates a new, uninitialized module editor.
- deleteValue() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Removes the value from the configuration; the configuration will fall back to the default value from the global configuration.
- dispose() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Disposes of this graphics context and releases any system resources that it is using.
- DOMUtilities - Class in org.pentaho.reporting.tools.configeditor.util
-
Some utility methods to help parsing when using a DOM parser.
- draw(Shape) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawArc(int, int, int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws the outline of a circular or elliptical arc covering the specified rectangle.
- drawGlyphVector(GlyphVector, float, float) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawImage(BufferedImage, BufferedImageOp, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Renders a
BufferedImage
that is filtered with aBufferedImageOp
. - drawImage(Image, int, int, int, int, int, int, int, int, Color, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
- drawImage(Image, int, int, int, int, int, int, int, int, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
- drawImage(Image, int, int, int, int, Color, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
- drawImage(Image, int, int, int, int, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
- drawImage(Image, int, int, Color, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified image as is currently available.
- drawImage(Image, int, int, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws as much of the specified image as is currently available.
- drawImage(Image, AffineTransform, ImageObserver) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawLine(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws a line, using the current color, between the points
(x1, y1)
and(x2, y2)
in this graphics context's coordinate system. - drawOval(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws the outline of an oval.
- drawPolygon(int[], int[], int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws a closed polygon defined by arrays of x and y coordinates.
- drawPolygon(Polygon) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws the outline of a polygon defined by the specified
Polygon
object. - drawPolyline(int[], int[], int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws a sequence of connected lines defined by arrays of x and y coordinates.
- drawRect(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws the outline of the specified rectangle.
- drawRenderableImage(RenderableImage, AffineTransform) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawRenderedImage(RenderedImage, AffineTransform) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawRoundRect(int, int, int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Draws an outlined round-cornered rectangle using this graphics context's current color.
- drawString(String, float, float) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawString(String, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawString(AttributedCharacterIterator, float, float) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- drawString(AttributedCharacterIterator, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
E
- editModule(Module, HierarchicalConfiguration, ConfigDescriptionEntry[]) - Method in class org.pentaho.reporting.tools.configeditor.editor.ConfigEditorPanel
-
Defines the currently edited module and initializes an module editor for that module.
- EDITOR_FONT_KEY - Static variable in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
A configuration key to define the Font used in the editor.
- EDITOR_FONT_SIZE_KEY - Static variable in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
A configuration key to define the Font size used in the editor.
- EditorFactory - Class in org.pentaho.reporting.tools.configeditor.editor
-
The editor factory is used to create a module editor for an given module.
- EnumConfigDescriptionEntry - Class in org.pentaho.reporting.tools.configeditor.model
-
The enumeration config description entry represents an configuration key, where users may select a valid value from a predefined list of elements.
- EnumConfigDescriptionEntry(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.EnumConfigDescriptionEntry
-
Creates a new enumeration description entry for the given configuration key.
- EnumKeyEditor - Class in org.pentaho.reporting.tools.configeditor.editor
-
The enumeration key editor is used to edit configuration keys, which accept a closed set of values.
- EnumKeyEditor(HierarchicalConfiguration, EnumConfigDescriptionEntry, String) - Constructor for class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Creates a new enumeration key editor for the given configuration and key definition.
- equals(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ClassConfigDescriptionEntry
- equals(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Checks whether the given object is equal to this config description entry.
- equals(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.EnumConfigDescriptionEntry
- equals(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.TextConfigDescriptionEntry
F
- fill(Shape) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- fillArc(int, int, int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills a circular or elliptical arc covering the specified rectangle.
- fillOval(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills an oval bounded by the specified rectangle with the current color.
- fillPolygon(int[], int[], int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills a closed polygon defined by arrays of x and y coordinates.
- fillPolygon(Polygon) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills the polygon defined by the specified Polygon object with the graphics context's current color.
- fillRect(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills the specified rectangle.
- fillRoundRect(int, int, int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Fills the specified rounded corner rectangle with the current color.
G
- get(int) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Returns the entry stored on the given list position.
- getAllowsChildren() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Returns true if the receiver allows children.
- getAllowsChildren() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns true if the receiver allows children.
- getAssignedKeys() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns the list of assigned keys as object array.
- getBackground() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the background color used for clearing a region.
- getBaseClass() - Method in class org.pentaho.reporting.tools.configeditor.model.ClassConfigDescriptionEntry
-
Returns the base class used to verify the configuration values.
- getChild(Object, int) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns the child of
parent
at indexindex
in the parent's child array. - getChildAt(int) - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Returns the child
TreeNode
at indexchildIndex
. - getChildCount() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Returns the number of children
TreeNode
s the receiver contains. - getChildCount(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns the number of children of
parent
. - getClip() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Gets the current clipping area.
- getClipBounds() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the bounding rectangle of the current clipping area.
- getColor() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Gets this graphics context's current color.
- getComponent() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns the editor component; this implementation returns the "this" reference.
- getComponent() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Returns the editor component of the module.
- getComponent() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Returns the editor component used to display the key editor in the GUI.
- getComponent() - Method in interface org.pentaho.reporting.tools.configeditor.editor.ModuleEditor
-
Returns the editor component of the module.
- getComposite() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the current
Composite
in theGraphics2D
context. - getConfig() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns the report configuration instance used for this editor.
- getConfig() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Returns the report configuration used when loading values for this editor.
- getConfigurationPrefix() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns the configuration prefix of this module.
- getContent() - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Returns the content from the input field.
- getDescription() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Returns the descrption of the configuration entry.
- getDescriptionForKey(String) - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
- getDetailEditorPane() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
-
Returns the detail editor pane.
- getDeviceConfiguration() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the device configuration associated with this
Graphics2D
. - getElementAt(int) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Returns the value at the specified index.
- getEmptyIcon() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns the empty icon for this an all derived editors.
- getEntry() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns the config description entry of this editor.
- getEntryForKey(String) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns the entry for the given key or null, if the key has no metadata.
- getEntryForKey(String) - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
Returns the entry for the given key or null, if the key has no metadata.
- getEntryList() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the JList component containing all configuration entries.
- getEntryType() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the current entry type.
- getEnumEntryEditField() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the text field containing the currently edited enumeration entry.
- getEnumEntryList() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the JList component containing all entries of the enumeration detail editor.
- getEnumEntryListModel() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the List Model containing all entries of the current enumeration entry editor.
- getErrorIcon() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns the error icon for this an all derived editors.
- getFont() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Gets the current font.
- getFontMetrics(Font) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Gets the font metrics for the specified font.
- getFontRenderContext() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Get the rendering context of the
Font
within thisGraphics2D
context. - getGlobalNodes() - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
Returns all global nodes.
- getIndex(TreeNode) - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Returns the index of
node
in the receivers children. - getIndexOfChild(Object, Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns the index of child in parent.
- getInstance() - Static method in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
- getInstance() - Static method in class org.pentaho.reporting.tools.configeditor.ConfigEditorInfo
- getInstance() - Static method in class org.pentaho.reporting.tools.configeditor.editor.EditorFactory
-
Returns the singleton instance of this factory or creates a new one if no already done.
- getInstance() - Static method in class org.pentaho.reporting.tools.configeditor.Messages
- getInstance(Locale) - Static method in class org.pentaho.reporting.tools.configeditor.Messages
- getKeyName() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Returns the full key name of the configuration description.
- getKeyNames() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Returns the key names used in this editor.
- getLabelWidth() - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Returns the preferred width of the label.
- getLabelWidth() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Returns the width of the label component.
- getLabelWidth() - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Returns the preferred width of the label.
- getLocalNodes() - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
Returns all local nodes.
- getModel() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the config description model containing all metainformation about the configuration.
- getModule() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Returns the currently edited module.
- getModule() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns the module represented by this node.
- getModule(Module, HierarchicalConfiguration, ConfigDescriptionEntry[]) - Method in class org.pentaho.reporting.tools.configeditor.editor.EditorFactory
-
Returns the module editor that will be most suitable for editing the given module.
- getName() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Return the name of the node.
- getName() - Method in interface org.pentaho.reporting.tools.configeditor.model.ConfigTreeNode
-
Returns the name of the node.
- getOptions() - Method in class org.pentaho.reporting.tools.configeditor.model.EnumConfigDescriptionEntry
-
Returns all options from this entry as array.
- getPackage(Class) - Static method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
Returns the name of the package for the given class.
- getPaint() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the current
Paint
of theGraphics2D
context. - getParent() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Return the parent of this node or null if there is no parent.
- getParent() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeRootNode
-
Returns the parent
TreeNode
of the receiver. - getProjectInfo() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
- getRenderingHint(RenderingHints.Key) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- getRenderingHints() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- getResources() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the resource bundle of this editor for translating strings.
- getResources() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
Returns the resource bundle of this editor for translating strings.
- getRoot() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns the root of the tree.
- getSelectedEntry() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the currently select entry from the entry list model.
- getSize() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Returns the length of the list.
- getStatusText() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Returns the currently visible status text of this dialog.
- getStroke() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns the current
Stroke
in theGraphics2D
context. - getText(Element) - Static method in class org.pentaho.reporting.tools.configeditor.util.DOMUtilities
-
extracts all text-elements of a particular element and returns an single string containing the contents of all textelements and all character entity nodes.
- getTransform() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Returns a copy of the current
Transform
in theGraphics2D
context. - getTreeCellRendererComponent(JTree, Object, boolean, boolean, boolean, int, boolean) - Method in class org.pentaho.reporting.tools.configeditor.util.ConfigTreeRenderer
-
Configures the renderer based on the passed in components.
H
- hashCode() - Method in class org.pentaho.reporting.tools.configeditor.model.ClassConfigDescriptionEntry
- hashCode() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Computes an hashcode for this object.
- hashCode() - Method in class org.pentaho.reporting.tools.configeditor.model.EnumConfigDescriptionEntry
- hashCode() - Method in class org.pentaho.reporting.tools.configeditor.model.TextConfigDescriptionEntry
- hit(Rectangle, Shape, boolean) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
I
- importFromConfig(Configuration) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Imports all entries from the given report configuration.
- indexOf(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Returns the index of the given entry or -1, if the entry is not in the list.
- init() - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
(Re)Initializes the factory from the given report configuration.
- isDefined() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Checks whether the local key has a defined value in the local report configuration.
- isDefined() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Checks whether the key is defined locally in the report configuration of the editor.
- isEnabled() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Returns true, if the editor component is enabled, false otherwise.
- isGlobal() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Returns, whether the key is a global key.
- isHidden() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Returns, whether the key is hidden.
- isLeaf() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Returns true if the receiver is a leaf.
- isLeaf() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns true if the receiver is a leaf.
- isLeaf(Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Returns
true
ifnode
is a leaf. - isUseSizeFromParent() - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Returns, whether the parent's defined size is used during the layouting, or whether the childs are used to compute the size.
- isValidInput() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Returns true, if the component validated the entered values, false otherwise.
K
- KeyEditor - Interface in org.pentaho.reporting.tools.configeditor.editor
-
The key editor is used to define an editor for a single report configuration key.
L
- layoutContainer(Container) - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Lays out the container in the specified panel.
- load() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Loads the config description model from a xml file.
- load() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
Loads the report configuration from a user selectable report properties file.
- load(boolean) - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
- load(boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
- load(boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
- load(InputStream) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Loads the entries from the given xml file.
- load(InputStream, boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
- load(InputStream, boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
- loadConfiguration() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
- loadModel(InputStream, boolean) - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
- loadValue() - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Loads the value from the configuration.
M
- main(String[]) - Static method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
The main entry point to start the detail editor.
- main(String[]) - Static method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
main Method to start the editor.
- Messages - Class in org.pentaho.reporting.tools.configeditor
- minimumLayoutSize(Container) - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Calculates the minimum size dimensions for the specified panel given the components in the specified parent container.
- ModuleEditor - Interface in org.pentaho.reporting.tools.configeditor.editor
-
The module editor is used to provide a customizable editor component for a JfreeReport module.
- ModuleNodeFactory - Class in org.pentaho.reporting.tools.configeditor.model
-
The module node factory is used to build the lists of modules and their assigned keys for the ConfigTreeModel.
- ModuleNodeFactory(AbstractBoot) - Constructor for class org.pentaho.reporting.tools.configeditor.model.ModuleNodeFactory
-
Create a new and uninitialized module node factory.
N
- NAMESPACE - Static variable in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
O
- org.pentaho.reporting.tools.configeditor - package org.pentaho.reporting.tools.configeditor
- org.pentaho.reporting.tools.configeditor.editor - package org.pentaho.reporting.tools.configeditor.editor
- org.pentaho.reporting.tools.configeditor.model - package org.pentaho.reporting.tools.configeditor.model
- org.pentaho.reporting.tools.configeditor.util - package org.pentaho.reporting.tools.configeditor.util
P
- paint(Graphics) - Method in class org.pentaho.reporting.tools.configeditor.util.ConfigTreeRenderer
-
Paints the value.
- parseInputStream(InputStream) - Static method in class org.pentaho.reporting.tools.configeditor.util.DOMUtilities
-
Parses the given input stream to form a document.
- performBoot() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorBoot
- preferredLayoutSize(Container) - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Calculates the preferred size dimensions for the specified panel given the components in the specified parent container.
R
- registerModuleEditor(ModuleEditor, int) - Method in class org.pentaho.reporting.tools.configeditor.editor.EditorFactory
-
Registers a module editor with this factory.
- remove(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Removes the given entry from the list.
- removeAll(int[]) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
- removeAssignedKey(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Removed the given key description from the list of assigned keys.
- removeLayoutComponent(Component) - Method in class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Removes the specified component from the layout.
- removeTreeModelListener(TreeModelListener) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Removes a listener previously added with
addTreeModelListener
. - reset() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
- reset() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
-
Resets all values.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.editor.ConfigEditorPanel
-
Resets the currently edited module to the default values from the report configuration.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Resets all keys to the values from the report configuration.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Restores the original value as read from the report configuration.
- reset() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Resets the value to the original value from the report configuration.
- reset() - Method in interface org.pentaho.reporting.tools.configeditor.editor.ModuleEditor
-
Resets all keys to the values from the report configuration.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Resets the value to the defaults from the report configuration.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Removes all child nodes.
- reset() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeSectionNode
-
Removes all childs from this node.
- rotate(double) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Concatenates the current
Graphics2D
Transform
with a rotation transform. - rotate(double, double, double) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Concatenates the current
Graphics2D
Transform
with a translated rotation transform.
S
- save() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Saves the config description model in a xml file.
- save() - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditor
-
Saves the report configuration to a user selectable report properties file.
- save(OutputStream, String) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Saves the model into an xml file.
- scale(double, double) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Concatenates the current
Graphics2D
Transform
with a scaling transformation Subsequent rendering is resized according to the specified scaling factors relative to the previous scaling. - setBackground(Color) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the background color for the
Graphics2D
context. - setBaseClass(Class) - Method in class org.pentaho.reporting.tools.configeditor.model.ClassConfigDescriptionEntry
-
Defines the base class for this configuration entry.
- setClip(int, int, int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the current clip to the rectangle specified by the given coordinates.
- setClip(Shape) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the current clipping area to an arbitrary clip shape.
- setColor(Color) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets this graphics context's current color to the specified color.
- setComposite(Composite) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- setConfig(HierarchicalConfiguration) - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Defines the report configuration for this editor.
- setContentPane(JPanel) - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Defines the content pane for this editor.
- setDescription(String) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Defines the descrption of the configuration entry.
- setEnabled(boolean) - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Sets whether or not this component is enabled.
- setEnabled(boolean) - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Defines, whether the key editor should be enabled.
- setEnabled(boolean) - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Sets whether or not this component is enabled.
- setEntryType(int) - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Sets the entry type for the current config description entry.
- setFont(Font) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets this graphics context's font to the specified font.
- setGlobal(boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Defines, whether the key is a global key.
- setHidden(boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionEntry
-
Defines, whether the key is hidden.
- setKeyNames(ConfigDescriptionEntry[]) - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Defines the suggested key names for the module editor.
- setLabelWidth(int) - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Defines the preferred width of the label.
- setLabelWidth(int) - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Sets the width of the label for the editor component.
- setLabelWidth(int) - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Defines the preferred width of the label.
- setModule(Module) - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Defines the module for this editor.
- setOptions(String[]) - Method in class org.pentaho.reporting.tools.configeditor.model.EnumConfigDescriptionEntry
-
Defines all options for this entry.
- setPaint(Paint) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- setPaintMode() - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the paint mode of this graphics context to overwrite the destination with this graphics context's current color.
- setParent(TreeNode) - Method in class org.pentaho.reporting.tools.configeditor.model.AbstractConfigTreeNode
-
Defines the parent of this node, or null if the node should not have a parent.
- setParent(TreeNode) - Method in interface org.pentaho.reporting.tools.configeditor.model.ConfigTreeNode
-
Defines the parent of this node; this replaces all previously defined parents.
- setRenderingHint(RenderingHints.Key, Object) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- setRenderingHints(Map) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
- setSelectedEntry(ConfigDescriptionEntry) - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Defines the currently selected entry from the entry list model and updates the detail editor to reflect the data from the entry.
- setStatusText(String) - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Defines the status text for this dialog.
- setStroke(Stroke) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the
Stroke
for theGraphics2D
context. - setTransform(AffineTransform) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Overwrites the Transform in the
Graphics2D
context. - setValidInput(boolean) - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Defines, whether the input is valid.
- setXORMode(Color) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Sets the paint mode of this graphics context to alternate between this graphics context's current color and the new specified color.
- shear(double, double) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Concatenates the current
Graphics2D
Transform
with a shearing transform. - sort() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Sorts the entries of the list.
- store() - Method in class org.pentaho.reporting.tools.configeditor.editor.ConfigEditorPanel
-
Stores all values from the module editor into the report configuration.
- store() - Method in class org.pentaho.reporting.tools.configeditor.editor.DefaultModuleEditor
-
Stores all values for the editor's keys into the report configuration.
- store() - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Saves the currently selected option as new value in the report configuration.
- store() - Method in interface org.pentaho.reporting.tools.configeditor.editor.KeyEditor
-
Stores the value into the report configuration.
- store() - Method in interface org.pentaho.reporting.tools.configeditor.editor.ModuleEditor
-
Stores all values for the editor's keys into the report configuration.
- store() - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Stores the input as new value for the report configuration.
- storeValue(String) - Method in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
Stores the value to the configuration.
T
- TextConfigDescriptionEntry - Class in org.pentaho.reporting.tools.configeditor.model
-
The text config description entry represents an configuration key, where users may enter free-form text.
- TextConfigDescriptionEntry(String) - Constructor for class org.pentaho.reporting.tools.configeditor.model.TextConfigDescriptionEntry
-
Creates a new text description entry for the given configuration key.
- TextKeyEditor - Class in org.pentaho.reporting.tools.configeditor.editor
-
The text key editor is used to edit a free form text.
- TextKeyEditor(HierarchicalConfiguration, ConfigDescriptionEntry, String) - Constructor for class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
Creates a new text key editor for the given configuration and description entry.
- toArray() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Returns the contents of this model as object array.
- toString() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModuleNode
-
Returns a string representation of this object.
- transform(AffineTransform) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Composes an
AffineTransform
object with theTransform
in thisGraphics2D
according to the rule last-specified-first-applied. - translate(double, double) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Concatenates the current
Graphics2D
Transform
with a translation transform. - translate(int, int) - Method in class org.pentaho.reporting.tools.configeditor.util.BugFixProxyGraphics2D
-
Forwards the call to the parent.
U
- updateConfiguration() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Initializes the tree from the given report configuration.
- updateConfiguration(boolean) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
- updateConfiguration(HierarchicalConfiguration) - Method in class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
- updated() - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
-
Fires an contents changed event for all elements in the list.
V
- VALID_INPUT_PROPERTY - Static variable in class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
-
A constant for the "validInput" property name.
- validateContent() - Method in class org.pentaho.reporting.tools.configeditor.editor.ClassKeyEditor
-
Checks whether the given value is a valid classname and is assignable from the base class.
- validateContent() - Method in class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
-
This method validates the content of the text field.
- validateInput() - Method in class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
-
Checks whether the input from the combobox is a valid option.
- valueForPathChanged(TreePath, Object) - Method in class org.pentaho.reporting.tools.configeditor.model.ConfigTreeModel
-
Messaged when the user has altered the value for the item identified by
path
tonewValue
. - VerticalLayout - Class in org.pentaho.reporting.tools.configeditor.util
-
A simple layout manager, which aligns all components in a vertical flow layout.
- VerticalLayout() - Constructor for class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
DefaultConstructor.
- VerticalLayout(boolean) - Constructor for class org.pentaho.reporting.tools.configeditor.util.VerticalLayout
-
Creates a new vertical layout.
W
- writeSelectedEntry() - Method in class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
-
Updates the currently selected entry from the values found in the detail editor.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form