public class TextParameterConfigurator extends AbstractSingleParameterConfigurator<Parameter<?>> implements java.awt.event.ActionListener
Modifier and Type | Field and Description |
---|---|
(package private) javax.swing.JTextField |
value |
label
listenerList, param, parent
Constructor and Description |
---|
TextParameterConfigurator(Parameter<?> param,
javax.swing.JComponent parent) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.String |
getUserInput()
Get the value given by the user.
|
addChangeListener, addParameter, appendParameters, finishGridRow, fireValueChanged, removeChangeListener
public TextParameterConfigurator(Parameter<?> param, javax.swing.JComponent parent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.lang.String getUserInput()
AbstractParameterConfigurator
getUserInput
in class AbstractParameterConfigurator<Parameter<?>>
Copyright © 2019 ELKI Development Team. License information.