Uses of Interface
org.jfree.util.Configuration
-
Packages that use Configuration Package Description org.jfree.base Base level classes.org.jfree.base.config org.jfree.base.modules Module definitions:org.jfree.util General utility classes.org.jfree.xml XML parser.org.jfree.xml.factory.objects Object descriptions for the parser.org.jfree.xml.parser XML parser. -
-
Uses of Configuration in org.jfree.base
Fields in org.jfree.base declared as Configuration Modifier and Type Field Description private ConfigurationAbstractBoot. globalConfigGlobal configuration.Methods in org.jfree.base that return Configuration Modifier and Type Method Description protected ConfigurationAbstractBoot. 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 ConfigurationAbstractBoot. createDefaultHierarchicalConfiguration(java.lang.String staticConfig, java.lang.String userConfig, boolean addSysProps, java.lang.Class source)Creates a default hierarchical configuration.ConfigurationAbstractBoot. getGlobalConfig()Returns the global configuration.protected abstract ConfigurationAbstractBoot. loadConfiguration()Loads the configuration.protected ConfigurationBaseBoot. loadConfiguration()Returns the global configuration for JFreeReport. -
Uses of Configuration in org.jfree.base.config
Subinterfaces of Configuration in org.jfree.base.config Modifier and Type Interface Description interfaceModifiableConfigurationA modifiable configuration.Classes in org.jfree.base.config that implement Configuration Modifier and Type Class Description classHierarchicalConfigurationA hierarchical configuration.classPropertyFileConfigurationA report configuration that reads its values from an arbitary property file.classSystemPropertyConfigurationA property configuration based on system properties.Fields in org.jfree.base.config declared as Configuration Modifier and Type Field Description private ConfigurationHierarchicalConfiguration. parentConfigurationThe parent configuration (null if this is the root configuration).Methods in org.jfree.base.config that return Configuration Modifier and Type Method Description protected ConfigurationHierarchicalConfiguration. getParentConfig()Returns the parent configuration.Methods in org.jfree.base.config with parameters of type Configuration Modifier and Type Method Description private voidHierarchicalConfiguration. collectPropertyKeys(java.lang.String prefix, Configuration config, java.util.TreeSet collector)Collects property keys from this and all parent report configurations, which start with the given prefix.protected voidHierarchicalConfiguration. setParentConfig(Configuration config)Set the parent configuration.Constructors in org.jfree.base.config with parameters of type Configuration Constructor Description HierarchicalConfiguration(Configuration parentConfiguration)Creates a new configuration. -
Uses of Configuration in org.jfree.base.modules
Classes in org.jfree.base.modules that implement Configuration Modifier and Type Class Description static classPackageManager.PackageConfigurationThe PackageConfiguration handles the module level configuration.Methods in org.jfree.base.modules that return Configuration Modifier and Type Method Description ConfigurationSubSystem. getGlobalConfig()Returns the global configuration. -
Uses of Configuration in org.jfree.util
Subinterfaces of Configuration in org.jfree.util Modifier and Type Interface Description interfaceExtendedConfigurationThe extended configuration provides methods to make using the configuration easier.Classes in org.jfree.util that implement Configuration Modifier and Type Class Description classDefaultConfigurationDefault configuration.classExtendedConfigurationWrapperA wrapper for the extended configuration interface around a plain configuration.Fields in org.jfree.util declared as Configuration Modifier and Type Field Description private ConfigurationExtendedConfigurationWrapper. parentThe base configuration.Methods in org.jfree.util with parameters of type Configuration Modifier and Type Method Description voidSortedConfigurationWriter. save(java.io.File file, Configuration config)Saves the given configuration into a file specified by the given file object.voidSortedConfigurationWriter. save(java.io.OutputStream outStream, Configuration config)Writes the configuration into the given output stream.voidSortedConfigurationWriter. save(java.lang.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 Configuration Constructor Description ExtendedConfigurationWrapper(Configuration parent)Creates a wrapper around the given configuration. -
Uses of Configuration in org.jfree.xml
Classes in org.jfree.xml that implement Configuration Modifier and Type Class Description classFrontendDefaultHandlerThe frontenddefault handler connects the SAX-backend with the handler implementations.classParserThe 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 Configuration Modifier and Type Field Description private ConfigurationAbstractObjectDescription. configThe configuration for the object description.private ConfigurationClassFactoryImpl. configThe parser/report configurationMethods in org.jfree.xml.factory.objects that return Configuration Modifier and Type Method Description ConfigurationAbstractObjectDescription. getConfig()Returns the configuration for that object description.ConfigurationClassFactoryImpl. getConfig()Returns the currently set configuration or null, if none was set.Methods in org.jfree.xml.factory.objects with parameters of type Configuration Modifier and Type Method Description voidAbstractObjectDescription. configure(Configuration config)Configures this factory.voidArrayClassFactory. configure(Configuration config)Configures this factory.voidClassFactory. configure(Configuration config)Configures this factory.voidClassFactoryCollector. configure(Configuration config)Configures this factory.voidClassFactoryImpl. configure(Configuration config)Configures this factory.voidObjectDescription. configure(Configuration config)Configures this factory. -
Uses of Configuration in org.jfree.xml.parser
Classes in org.jfree.xml.parser that implement Configuration Modifier and Type Class Description classRootXmlReadHandlerA base root SAX handler.
-