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