Uses of Class
fr.tireme.shared.param.Configuration

Packages that use Configuration
fr.tireme.shared.param   
 

Uses of Configuration in fr.tireme.shared.param
 

Methods in fr.tireme.shared.param that return Configuration
 Configuration Parameters.addConfig(org.w3c.dom.Element elemToAdd)
          Create a configuration and makes it the current one
 Configuration Parameters.addConfig(org.w3c.dom.Element elemToAdd, boolean manageSelection)
          Create a configuration and makes it the current one depending on parameter
 Configuration Parameters.addConfig(java.lang.String configToAddName)
          Create a new configuration entry
 Configuration Configuration.cloneConf(java.lang.String newName)
          Description of the Method
 Configuration Parameters.copyConfig(java.lang.String fromConfName, java.lang.String newConfName)
          Make a copy of a configuration
 Configuration Parameters.getConfig(java.lang.String confName)
          Gets the configFromName attribute of the Parameters object
 Configuration Parameters.getCurrentConfig()
          Gets the current configuration
 

Methods in fr.tireme.shared.param with parameters of type Configuration
 void Parameters.setCurrentConfig(Configuration conf)
          Sets the currentConfig attribute of the Parameters object