
public class FlagParameterConfigurator extends AbstractParameterConfigurator<Flag> implements ActionListener
| Modifier and Type | Field and Description |
|---|---|
(package private) JCheckBox |
value |
listenerList, param, parent| Constructor and Description |
|---|
FlagParameterConfigurator(Flag param,
JComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
Boolean |
getUserInput()
Get the value given by the user.
|
addChangeListener, addParameter, appendParameters, finishGridRow, fireValueChanged, removeChangeListenerfinal JCheckBox value
public FlagParameterConfigurator(Flag param, JComponent parent)
public void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerpublic Boolean getUserInput()
AbstractParameterConfiguratorgetUserInput in class AbstractParameterConfigurator<Flag>Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.