org.jfree.report.modules.gui.print
Class AWTPrintingGUIModule

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

public class AWTPrintingGUIModule
extends AbstractModule

The module definition for the AWT printing export gui module. The module contains 2 export plugins, the page setup plugin and the printing plugin.

Author:
Thomas Morgner

Constructor Summary
AWTPrintingGUIModule()
          DefaultConstructor.
 
Method Summary
 void initialize()
          Initalizes the module and registes it with the export plugin factory.
 
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

AWTPrintingGUIModule

public AWTPrintingGUIModule()
                     throws ModuleInitializeException
DefaultConstructor. Loads the module specification.

Throws:
ModuleInitializeException - if an error occured.
Method Detail

initialize

public void initialize()
                throws ModuleInitializeException
Initalizes the module and registes it with the export plugin factory.

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