Uses of Interface
de.lmu.ifi.dbs.elki.gui.configurator.ParameterConfigurator

Packages that use ParameterConfigurator
de.lmu.ifi.dbs.elki.gui.configurator Configurator components 
 

Uses of ParameterConfigurator in de.lmu.ifi.dbs.elki.gui.configurator
 

Classes in de.lmu.ifi.dbs.elki.gui.configurator that implement ParameterConfigurator
 class AbstractParameterConfigurator<T extends Parameter<?,?>>
          Abstract class to produce a configurator for a particular parameter.
 class AbstractSingleParameterConfigurator<T extends Parameter<?,?>>
           
 class ClassListParameterConfigurator
          Provide a configuration panel to choose classes with the help of a dropdown.
 class ClassParameterConfigurator
          Provide a configuration panel to choose a class with the help of a dropdown.
 class EnumParameterConfigurator
          Panel to configure EnumParameters by offering a dropdown to choose from.
 class FileParameterConfigurator
          Provide a configuration panel to choose a file with a file selector button.
 class FlagParameterConfigurator
          Provide a configuration panel to modify a boolean via a checkbox.
 class TextParameterConfigurator
          Provide a configuration panel to input an arbitrary text parameter.
 

Fields in de.lmu.ifi.dbs.elki.gui.configurator with type parameters of type ParameterConfigurator
private  Map<Object,ParameterConfigurator> ConfiguratorPanel.childconfig
          Keep a map of parameter
private  Vector<ParameterConfigurator> ConfiguratorPanel.children
          Child options
 

Methods in de.lmu.ifi.dbs.elki.gui.configurator that return ParameterConfigurator
private  ParameterConfigurator ConfiguratorPanel.makeConfigurator(Parameter<?,?> param)
           
 


Release 0.4.0 (2011-09-20_1324)