Serialized Form
-
Package org.pentaho.reporting.tools.configeditor
-
Class org.pentaho.reporting.tools.configeditor.ConfigDescriptionEditor
class ConfigDescriptionEditor extends JFrame implements Serializable-
Serialized Fields
-
baseClassField
JTextField baseClassField
The name of the base class for the class detail editor. -
configurationToEdit
org.pentaho.reporting.libraries.base.config.Configuration configurationToEdit
-
descriptionField
JTextArea descriptionField
The description field contains a short description of the current key. -
detailEditorPane
JPanel detailEditorPane
Contains the detail editor for the key. -
detailManager
CardLayout detailManager
This cardlayout is used to display the currently selected detail editor. -
detailManagerPanel
JPanel detailManagerPanel
Contains the detail editor manager. -
entryList
JList entryList
The list is used to manage all available keys. -
enumEntryEditField
JTextField enumEntryEditField
contains the currently selected entry of the enumeration detail editor. -
enumEntryList
JList enumEntryList
This list is used to manage the available entries of the enumeration detail editor. -
enumEntryListModel
DefaultListModel enumEntryListModel
contains all entries of the enumeration detail editor. -
fileChooser
JFileChooser fileChooser
The file chooser is used to select the file for the load/save operations. -
globalField
JCheckBox globalField
Allows to check, whether the key is a global (boot-time) key. -
hiddenField
JCheckBox hiddenField
Allows to check, whether the key is hidden. -
keyNameField
JTextField keyNameField
The name of the currently edited key. -
model
ConfigDescriptionModel model
The list model used to collect and manage all available keys. -
rbClass
JRadioButton rbClass
A radio button to select the class editor type for the current key. -
rbEnum
JRadioButton rbEnum
A radio button to select the enumeration editor type for the current key. -
rbText
JRadioButton rbText
A radio button to select the text editor type for the current key. -
resources
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport resources
The current resource bundle used to translate the strings in this dialog. -
selectedEntry
ConfigDescriptionEntry selectedEntry
the currently selected description entry. -
statusHolder
JLabel statusHolder
Serves as statusline for the dialog. -
type
int type
The currently selected detail editor type.
-
-
-
Class org.pentaho.reporting.tools.configeditor.ConfigEditor
class ConfigEditor extends JFrame implements Serializable-
Serialized Fields
-
configuration
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration configuration
-
editorPane
ConfigEditorPane editorPane
-
fileChooser
JFileChooser fileChooser
The file chooser used to load and save the report configuration. -
resources
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport resources
The resource bundle instance of this dialog. -
statusHolder
JLabel statusHolder
A label that serves as status bar.
-
-
-
Class org.pentaho.reporting.tools.configeditor.ConfigEditorPane
class ConfigEditorPane extends JPanel implements Serializable-
Serialized Fields
-
configuration
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration configuration
The currently used report configuration. -
detailEditorPane
ConfigEditorPanel detailEditorPane
The detail editor for the currently selected tree node. -
packageManager
org.pentaho.reporting.libraries.base.boot.AbstractBoot packageManager
-
tree
JTree tree
Need to keep a hold of this so that we can manipulate it when the tree is loaded. -
treeModel
ConfigTreeModel treeModel
The tree model used to display the structure of the report configuration.
-
-
-
-
Package org.pentaho.reporting.tools.configeditor.editor
-
Class org.pentaho.reporting.tools.configeditor.editor.AbstractKeyEditor
class AbstractKeyEditor extends JComponent implements Serializable-
Serialized Fields
-
config
org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration config
The report configuration that provides the values for this editor. -
emptyIcon
Icon emptyIcon
The empty icon used for the key editors. -
entry
ConfigDescriptionEntry entry
The config description entry that provides the definition for this key. -
errorIcon
Icon errorIcon
The error icon used for the key editors. -
resources
org.pentaho.reporting.libraries.base.util.ResourceBundleSupport resources
the resource bundle instance used to translate the text. -
stateLabel
JLabel stateLabel
A label that holds the error indicator icons. -
validInput
boolean validInput
A flag indicating whether the input is valid.
-
-
-
Class org.pentaho.reporting.tools.configeditor.editor.ClassKeyEditor
class ClassKeyEditor extends TextKeyEditor implements Serializable-
Serialized Fields
-
baseClass
Class baseClass
The base class, to which all value classes must be assignable.
-
-
-
Class org.pentaho.reporting.tools.configeditor.editor.ConfigEditorPanel
class ConfigEditorPanel extends JPanel implements Serializable-
Serialized Fields
-
descriptionArea
JTextArea descriptionArea
A component holding the module description. -
editorArea
JPanel editorArea
The container to hold the editor. -
moduleEditor
ModuleEditor moduleEditor
The current module editor (may be null). -
moduleNameField
JTextArea moduleNameField
A component holding the name of the module. -
moduleNameFormat
MessageFormat moduleNameFormat
The message format used to create the module name and version. -
producerField
JTextArea producerField
A component holding the producer of the current module.
-
-
-
Class org.pentaho.reporting.tools.configeditor.editor.EnumKeyEditor
class EnumKeyEditor extends AbstractKeyEditor implements Serializable -
Class org.pentaho.reporting.tools.configeditor.editor.TextKeyEditor
class TextKeyEditor extends AbstractKeyEditor implements Serializable-
Serialized Fields
-
content
JTextField content
The editor component for the key content. -
entryLabel
JLabel entryLabel
the label that names the content. -
entryLabelCarrier
JPanel entryLabelCarrier
a carrier component that acts as content pane.
-
-
-
-
Package org.pentaho.reporting.tools.configeditor.model
-
Class org.pentaho.reporting.tools.configeditor.model.ConfigDescriptionModel
class ConfigDescriptionModel extends AbstractListModel implements Serializable-
Serialized Fields
-
content
ArrayList<ConfigDescriptionEntry> content
The content of this list; all config description entries. -
messages
Messages messages
Provides access to externalized strings
-
-
-
Exception org.pentaho.reporting.tools.configeditor.model.ConfigTreeModelException
class ConfigTreeModelException extends Exception implements Serializable
-
-
Package org.pentaho.reporting.tools.configeditor.util
-
Class org.pentaho.reporting.tools.configeditor.util.ConfigTreeRenderer
class ConfigTreeRenderer extends DefaultTreeCellRenderer implements Serializable
-