Save This Page
Home » pentaho-reporting-engine-classic-0.8.10 » org » jfree » report » util » [javadoc | source]
org.jfree.report.util
public class: ReportConfiguration [javadoc | source]
java.lang.Object
   org.pentaho.reporting.libraries.base.config.HierarchicalConfiguration
      org.jfree.report.util.ReportConfiguration

Direct Known Subclasses:
    PropertyFileReportConfiguration, SystemPropertyConfiguration, PackageConfiguration

Deprecated! This - class should no longer be used. Use a plain HierarchicalConfiguration instead. Will be removed in 0.8.11.

The local configuration for a JFreeReport instance.

The global configuration can be accessed using JFreeReportBoot.getInstance().getGlobalConfig().

Constructor:
 public ReportConfiguration(Configuration globalConfig) 
    Creates a new report configuration.
    Parameters:
    globalConfig - the global configuration.
Method from org.jfree.report.util.ReportConfiguration Summary:
configurationLoaded,   isParentSaved
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jfree.report.util.ReportConfiguration Detail:
 protected  void configurationLoaded() 
      Deprecated!
    A callback method to reconnect this configuration with the global configuration after deserialization.
 protected boolean isParentSaved() 
      Deprecated!
    Indicates that the parent-hierarchy should not be saved.