Uses of Interface
org.jfree.util.Configuration

Packages that use Configuration
org.jfree.base Base level classes. 
org.jfree.base.config   
org.jfree.base.modules Module definitions: By default the JFreeReport base package and JCommon are included.  
org.jfree.util General utility classes. 
 

Uses of Configuration in org.jfree.base
 

Methods in org.jfree.base that return Configuration
protected  Configuration BaseBoot.loadConfiguration()
          Returns the global configuration for JFreeReport.
 Configuration AbstractBoot.getGlobalConfig()
          Returns the global configuration.
protected abstract  Configuration AbstractBoot.loadConfiguration()
          Loads the configuration.
protected  Configuration AbstractBoot.createDefaultHierarchicalConfiguration(java.lang.String staticConfig, java.lang.String userConfig, boolean addSysProps)
          Creates a default configuration setup, which loads its settings from the static configuration (defaults provided by the developers of the library) and the user configuration (settings provided by the deployer).
protected  Configuration AbstractBoot.createDefaultHierarchicalConfiguration(java.lang.String staticConfig, java.lang.String userConfig, boolean addSysProps, java.lang.Class source)
           
 

Uses of Configuration in org.jfree.base.config
 

Subinterfaces of Configuration in org.jfree.base.config
 interface ModifiableConfiguration
          A modifiable configuration.
 

Classes in org.jfree.base.config that implement Configuration
 class HierarchicalConfiguration
          A hierarchical configuration.
 class PropertyFileConfiguration
          A report configuration that reads its values from an arbitary property file.
 class SystemPropertyConfiguration
          A property configuration based on system properties.
 

Methods in org.jfree.base.config that return Configuration
protected  Configuration HierarchicalConfiguration.getParentConfig()
          Returns the parent configuration.
 

Methods in org.jfree.base.config with parameters of type Configuration
protected  void HierarchicalConfiguration.setParentConfig(Configuration config)
          Set the parent configuration.
 

Constructors in org.jfree.base.config with parameters of type Configuration
HierarchicalConfiguration(Configuration parentConfiguration)
          Creates a new configuration.
 

Uses of Configuration in org.jfree.base.modules
 

Classes in org.jfree.base.modules that implement Configuration
static class PackageManager.PackageConfiguration
          The PackageConfiguration handles the module level configuration.
 

Methods in org.jfree.base.modules that return Configuration
 Configuration SubSystem.getGlobalConfig()
          Returns the global configuration.
 

Uses of Configuration in org.jfree.util
 

Subinterfaces of Configuration in org.jfree.util
 interface ExtendedConfiguration
          The extended configuration provides methods to make using the configuration easier.
 

Classes in org.jfree.util that implement Configuration
 class DefaultConfiguration
          Default configuration.
 class ExtendedConfigurationWrapper
          A wrapper for the extended configuration interface around a plain configuration.
 

Methods in org.jfree.util with parameters of type Configuration
 void SortedConfigurationWriter.save(java.lang.String filename, Configuration config)
          Saves the given configuration into a file specified by the given filename.
 void SortedConfigurationWriter.save(java.io.File file, Configuration config)
          Saves the given configuration into a file specified by the given file object.
 void SortedConfigurationWriter.save(java.io.OutputStream outStream, Configuration config)
          Writes the configuration into the given output stream.
 

Constructors in org.jfree.util with parameters of type Configuration
ExtendedConfigurationWrapper(Configuration parent)
          Creates a wrapper around the given configuration.
 



Copyright © 2001-2007 JFree.org. All Rights Reserved.