Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » config » editor » [javadoc | source]
org.jfree.report.modules.gui.config.editor
public final class: EditorFactory [javadoc | source]
java.lang.Object
   org.jfree.report.modules.gui.config.editor.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.
Method from org.jfree.report.modules.gui.config.editor.EditorFactory Summary:
getInstance,   getModule,   registerModuleEditor
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.config.editor.EditorFactory Detail:
 public static synchronized EditorFactory getInstance() 
    Returns the singleton instance of this factory or creates a new one if no already done.
 public ModuleEditor getModule(Module module,
    HierarchicalConfiguration config,
    ConfigDescriptionEntry[] keyNames) 
    Returns the module editor that will be most suitable for editing the given module.
 public  void registerModuleEditor(ModuleEditor editor,
    int priority) 
    Registers a module editor with this factory. The editor will be registered at the given priority.