Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.jfree.report.modules.gui.config.editor: Javadoc index of package org.jfree.report.modules.gui.config.editor.


Package Samples:

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

Classes:

ModuleEditor: The module editor is used to provide a customizable editor component for a JfreeReport module. At the moment, there is only one common module editor known, which provides an on-the-fly editor for all defined properties of the module. Specialized editors may be added in the future.
EnumKeyEditor: The enumeration key editor is used to edit configuration keys, which accept a closed set of values. The possible values are defined in the config-description.
EditorFactory: The editor factory is used to create a module editor for an given module. Implementors may add their own, more specialized editor components to the factory.
AbstractKeyEditor: This key editor class is the base class for all key editor components. It provides common services usable for most key editor implementation.
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.
ClassKeyEditor: The class key editor is used to edit report configuration keys which take the name of an class as value.
KeyEditor: The key editor is used to define an editor for a single report configuration key.
TextKeyEditor: The text key editor is used to edit a free form text.

Home | Contact Us | Privacy Policy | Terms of Service