Uses of Interface
elki.gui.configurator.ParameterConfigurator
-
Packages that use ParameterConfigurator Package Description elki.gui.configurator Configurator components. -
-
Uses of ParameterConfigurator in elki.gui.configurator
Classes in elki.gui.configurator that implement ParameterConfigurator Modifier and Type Class Description classAbstractParameterConfigurator<T extends Parameter<?>>Abstract class to produce a configurator for a particular parameter.classAbstractSingleParameterConfigurator<T extends Parameter<?>>Base class for MiniGUI input helpersclassClassListParameterConfiguratorProvide a configuration panel to choose classes with the help of a dropdown.classClassParameterConfiguratorProvide a configuration panel to choose a class with the help of a dropdown.classEnumParameterConfiguratorPanel to configure EnumParameters by offering a dropdown to choose from.classFileParameterConfiguratorProvide a configuration panel to choose a file with a file selector button.classFlagParameterConfiguratorProvide a configuration panel to modify a boolean via a checkbox.classTextParameterConfiguratorProvide a configuration panel to input an arbitrary text parameter.Fields in elki.gui.configurator with type parameters of type ParameterConfigurator Modifier and Type Field Description private java.util.Map<java.lang.Object,ParameterConfigurator>ConfiguratorPanel. childconfigKeep a map of parameterprivate java.util.ArrayList<ParameterConfigurator>ConfiguratorPanel. childrenChild optionsMethods in elki.gui.configurator that return ParameterConfigurator Modifier and Type Method Description private ParameterConfiguratorConfiguratorPanel. makeConfigurator(Parameter<?> param)
-