
public class TextParameterConfigurator extends AbstractSingleParameterConfigurator<Parameter<?>> implements ActionListener
| Modifier and Type | Field and Description | 
|---|---|
| (package private) JTextField | value | 
labellistenerList, 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, removeChangeListenerfinal JTextField value
public TextParameterConfigurator(Parameter<?> param, JComponent parent)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic String getUserInput()
AbstractParameterConfiguratorgetUserInput in class AbstractParameterConfigurator<Parameter<?>>