Uses of Interface
org.jfree.util.Configuration
Packages that use Configuration
Package
Description
Base level classes.
Module definitions:
General utility classes.
XML parser.
Object descriptions for the parser.
XML parser.
-
Uses of Configuration in org.jfree.base
Fields in org.jfree.base declared as ConfigurationModifier and TypeFieldDescriptionprivate Configuration
AbstractBoot.globalConfig
Global configuration.Methods in org.jfree.base that return ConfigurationModifier and TypeMethodDescriptionprotected Configuration
AbstractBoot.createDefaultHierarchicalConfiguration
(String staticConfig, 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
(String staticConfig, String userConfig, boolean addSysProps, Class source) Creates a default hierarchical configuration.AbstractBoot.getGlobalConfig()
Returns the global configuration.protected abstract Configuration
AbstractBoot.loadConfiguration()
Loads the configuration.protected Configuration
BaseBoot.loadConfiguration()
Returns the global configuration for JFreeReport. -
Uses of Configuration in org.jfree.base.config
Subinterfaces of Configuration in org.jfree.base.configModifier and TypeInterfaceDescriptioninterface
A modifiable configuration.Classes in org.jfree.base.config that implement ConfigurationModifier and TypeClassDescriptionclass
A hierarchical configuration.class
A report configuration that reads its values from an arbitary property file.class
A property configuration based on system properties.Fields in org.jfree.base.config declared as ConfigurationModifier and TypeFieldDescriptionprivate Configuration
HierarchicalConfiguration.parentConfiguration
The parent configuration (null if this is the root configuration).Methods in org.jfree.base.config that return ConfigurationModifier and TypeMethodDescriptionprotected Configuration
HierarchicalConfiguration.getParentConfig()
Returns the parent configuration.Methods in org.jfree.base.config with parameters of type ConfigurationModifier and TypeMethodDescriptionprivate void
HierarchicalConfiguration.collectPropertyKeys
(String prefix, Configuration config, TreeSet collector) Collects property keys from this and all parent report configurations, which start with the given prefix.protected void
HierarchicalConfiguration.setParentConfig
(Configuration config) Set the parent configuration.Constructors in org.jfree.base.config with parameters of type ConfigurationModifierConstructorDescriptionHierarchicalConfiguration
(Configuration parentConfiguration) Creates a new configuration. -
Uses of Configuration in org.jfree.base.modules
Classes in org.jfree.base.modules that implement ConfigurationModifier and TypeClassDescriptionstatic class
The PackageConfiguration handles the module level configuration.Methods in org.jfree.base.modules that return Configuration -
Uses of Configuration in org.jfree.util
Subinterfaces of Configuration in org.jfree.utilModifier and TypeInterfaceDescriptioninterface
The extended configuration provides methods to make using the configuration easier.Classes in org.jfree.util that implement ConfigurationModifier and TypeClassDescriptionclass
Default configuration.class
A wrapper for the extended configuration interface around a plain configuration.Fields in org.jfree.util declared as ConfigurationModifier and TypeFieldDescriptionprivate Configuration
ExtendedConfigurationWrapper.parent
The base configuration.Methods in org.jfree.util with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
SortedConfigurationWriter.save
(File file, Configuration config) Saves the given configuration into a file specified by the given file object.void
SortedConfigurationWriter.save
(OutputStream outStream, Configuration config) Writes the configuration into the given output stream.void
SortedConfigurationWriter.save
(String filename, Configuration config) Saves the given configuration into a file specified by the given filename.Constructors in org.jfree.util with parameters of type ConfigurationModifierConstructorDescriptionCreates a wrapper around the given configuration. -
Uses of Configuration in org.jfree.xml
Classes in org.jfree.xml that implement ConfigurationModifier and TypeClassDescriptionclass
The frontenddefault handler connects the SAX-backend with the handler implementations.class
The Parser handles the SAXEvents and forwards the event call to the currently active ElementDefinitionHandler. -
Uses of Configuration in org.jfree.xml.factory.objects
Fields in org.jfree.xml.factory.objects declared as ConfigurationModifier and TypeFieldDescriptionprivate Configuration
AbstractObjectDescription.config
The configuration for the object description.private Configuration
ClassFactoryImpl.config
The parser/report configurationMethods in org.jfree.xml.factory.objects that return ConfigurationModifier and TypeMethodDescriptionAbstractObjectDescription.getConfig()
Returns the configuration for that object description.ClassFactoryImpl.getConfig()
Returns the currently set configuration or null, if none was set.Methods in org.jfree.xml.factory.objects with parameters of type ConfigurationModifier and TypeMethodDescriptionvoid
AbstractObjectDescription.configure
(Configuration config) Configures this factory.void
ArrayClassFactory.configure
(Configuration config) Configures this factory.void
ClassFactory.configure
(Configuration config) Configures this factory.void
ClassFactoryCollector.configure
(Configuration config) Configures this factory.void
ClassFactoryImpl.configure
(Configuration config) Configures this factory.void
ObjectDescription.configure
(Configuration config) Configures this factory. -
Uses of Configuration in org.jfree.xml.parser
Classes in org.jfree.xml.parser that implement Configuration