Uses of Class
ch.elca.el4j.util.config.GenericConfig

Packages that use GenericConfig
ch.elca.el4j.services.gui.swing   
ch.elca.el4j.services.gui.swing.config   
ch.elca.el4j.util.config   
 

Uses of GenericConfig in ch.elca.el4j.services.gui.swing
 

Fields in ch.elca.el4j.services.gui.swing declared as GenericConfig
protected  GenericConfig GUIApplication.config
          The configuration.
 

Methods in ch.elca.el4j.services.gui.swing that return GenericConfig
 GenericConfig GUIApplication.getConfig()
           
 

Methods in ch.elca.el4j.services.gui.swing with parameters of type GenericConfig
 void GUIApplication.setConfig(GenericConfig config)
           
 

Uses of GenericConfig in ch.elca.el4j.services.gui.swing.config
 

Subclasses of GenericConfig in ch.elca.el4j.services.gui.swing.config
 class DefaultConfig
          This configuration class sets the default config.
 

Uses of GenericConfig in ch.elca.el4j.util.config
 

Subclasses of GenericConfig in ch.elca.el4j.util.config
 class HierarchicalGenericConfig
          The base class for generic configurations.
 

Methods in ch.elca.el4j.util.config with parameters of type GenericConfig
 void GenericConfig.setParent(GenericConfig parent)
           
 

Method parameters in ch.elca.el4j.util.config with type arguments of type GenericConfig
 void GenericConfig.setParents(List<GenericConfig> parents)
           
 



Copyright © 2005-2011 ELCA. All Rights Reserved.