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

java.lang.Object
  extended byorg.jfree.report.modules.DefaultModuleInfo
      extended byorg.jfree.report.modules.AbstractModule
          extended byorg.jfree.report.modules.gui.config.ConfigGUIModule
All Implemented Interfaces:
Module, ModuleInfo

public class ConfigGUIModule
extends 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()
          This method does nothing.
 
Methods inherited from class org.jfree.report.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.report.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
 
Methods inherited from interface org.jfree.report.modules.ModuleInfo
getMajorVersion, getMinorVersion, getModuleClass, getPatchLevel
 

Constructor Detail

ConfigGUIModule

public ConfigGUIModule()
                throws ModuleInitializeException
Creates a new module definition and loads the module properties.

Throws:
ModuleInitializeException - if an error occures.
Method Detail

initialize

public void initialize()
                throws ModuleInitializeException
This method does nothing.

Throws:
ModuleInitializeException - if an error occures.
See Also:
Module.initialize()