public class TextParameterConfigurator extends AbstractSingleParameterConfigurator<Parameter<?>> implements ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) JTextField |
value |
label
listenerList, param, parent
Constructor and Description |
---|
TextParameterConfigurator(Parameter<?> param,
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
final JTextField value
public TextParameterConfigurator(Parameter<?> param, JComponent parent)
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public String getUserInput()
AbstractParameterConfigurator
getUserInput
in class AbstractParameterConfigurator<Parameter<?>>
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.