Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org.jfree.report.modules.gui » base » [javadoc | source]
org.jfree.report.modules.gui.base
public class: PreviewBaseModule [javadoc | source]
java.lang.Object
   org.jfree.report.modules.DefaultModuleInfo
      org.jfree.report.modules.AbstractModule
         org.jfree.report.modules.gui.base.PreviewBaseModule

All Implemented Interfaces:
    Module, ModuleInfo

The preview base module provides the basic preview components. This package contains Applet, JDialog, JFrame and JInternalFrame implementations of the preview component. External export modules may plug into these components to provide additional functionality.
Field Summary
public static final  String SWING_TRANSLATE_KEY    A configuration key defining whether to translate the swing components. 
Constructor:
 public PreviewBaseModule() throws ModuleInitializeException 
    Default Constructor. Loads the module definition.
    Throws:
    ModuleInitializeException - if loading the module definition failed.
Method from org.jfree.report.modules.gui.base.PreviewBaseModule Summary:
initialize
Methods from org.jfree.report.modules.AbstractModule:
configure,   getDescription,   getName,   getOptionalModules,   getProducer,   getRequiredModules,   getSubSystem,   isClassLoadable,   loadModuleInfo,   loadModuleInfo,   performExternalInitialize,   setDescription,   setName,   setOptionalModules,   setProducer,   setRequiredModules,   setSubSystem,   toString
Methods from org.jfree.report.modules.DefaultModuleInfo:
equals,   getMajorVersion,   getMinorVersion,   getModuleClass,   getPatchLevel,   hashCode,   setMajorVersion,   setMinorVersion,   setModuleClass,   setPatchLevel,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.modules.gui.base.PreviewBaseModule Detail:
 public  void initialize() throws ModuleInitializeException 
    Initalizes the module. If the swing components should be translated, the resources are plugged into the Swing-ResourceManager.