public class TextParameterConfigurator extends AbstractSingleParameterConfigurator<Parameter<?>> implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
(package private) javax.swing.JTextField |
value |
labellistenerList, 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, removeChangeListenerpublic TextParameterConfigurator(Parameter<?> param, javax.swing.JComponent parent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic java.lang.String getUserInput()
AbstractParameterConfiguratorgetUserInput in class AbstractParameterConfigurator<Parameter<?>>Copyright © 2019 ELKI Development Team. License information.