public class EnumParameterConfigurator extends AbstractSingleParameterConfigurator<EnumParameter<?>> implements ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) JComboBox<String> |
value |
label
listenerList, param, parent
Constructor and Description |
---|
EnumParameterConfigurator(EnumParameter<?> cp,
JComponent parent) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e) |
String |
getUserInput()
Get the value given by the user.
|
addChangeListener, addParameter, appendParameters, finishGridRow, fireValueChanged, removeChangeListener
public EnumParameterConfigurator(EnumParameter<?> cp, JComponent parent)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public String getUserInput()
AbstractParameterConfigurator
getUserInput
in class AbstractParameterConfigurator<EnumParameter<?>>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.