Package | Description |
---|---|
de.lmu.ifi.dbs.elki.gui.configurator |
Configurator components
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractParameterConfigurator<T extends Parameter<?>>
Abstract class to produce a configurator for a particular parameter.
|
class |
AbstractSingleParameterConfigurator<T extends Parameter<?>>
Base class for MiniGUI input helpers
|
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.
|
Modifier and Type | Field and Description |
---|---|
private Map<Object,ParameterConfigurator> |
ConfiguratorPanel.childconfig
Keep a map of parameter
|
private ArrayList<ParameterConfigurator> |
ConfiguratorPanel.children
Child options
|
Modifier and Type | Method and Description |
---|---|
private ParameterConfigurator |
ConfiguratorPanel.makeConfigurator(Parameter<?> param) |
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.