org.jfree.report.modules.gui.config
Class ConfigGUIModule

java.lang.Object
  |
  +--org.jfree.base.modules.DefaultModuleInfo
        |
        +--org.jfree.base.modules.AbstractModule
              |
              +--org.jfree.report.modules.gui.config.ConfigGUIModule

public class ConfigGUIModule
extends org.jfree.base.modules.AbstractModule

Provides the module definition for the report configuration editor.

Author:
Thomas Morgner

Constructor Summary
ConfigGUIModule()
          Creates a new module definition and loads the module properties.
 
Method Summary
 void initialize(org.jfree.base.modules.SubSystem subSystem)
          Initializes the module.
 
Methods inherited from class org.jfree.base.modules.AbstractModule
configure, getDescription, getName, getOptionalModules, getProducer, getRequiredModules, getSubSystem, isClassLoadable, loadModuleInfo, loadModuleInfo, performExternalInitialize, setDescription, setName, setOptionalModules, setProducer, setRequiredModules, setSubSystem, toString
 
Methods inherited from class org.jfree.base.modules.DefaultModuleInfo
equals, getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel, hashCode, setMajorVersion, setMinorVersion, setModuleClass, setPatchLevel
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConfigGUIModule

public ConfigGUIModule()
                throws org.jfree.base.modules.ModuleInitializeException
Creates a new module definition and loads the module properties.
Throws:
org.jfree.base.modules.ModuleInitializeException - if an error occures.
Method Detail

initialize

public void initialize(org.jfree.base.modules.SubSystem subSystem)
                throws org.jfree.base.modules.ModuleInitializeException
Initializes the module. Use this method to perform all initial setup operations. This method is called only once in a modules lifetime. If the initializing cannot be completed, throw a ModuleInitializeException to indicate the error,. The module will not be available to the system.
Overrides:
initialize in class org.jfree.base.modules.AbstractModule
Parameters:
subSystem - the subSystem.
Throws:
org.jfree.base.modules.ModuleInitializeException - if an error ocurred while initializing the module.