public class FlagParameterConfigurator extends AbstractParameterConfigurator<Flag> implements java.awt.event.ActionListener
| Modifier and Type | Field and Description |
|---|---|
(package private) javax.swing.JCheckBox |
value |
listenerList, param, parent| Constructor and Description |
|---|
FlagParameterConfigurator(Flag param,
javax.swing.JComponent parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.lang.Boolean |
getUserInput()
Get the value given by the user.
|
addChangeListener, addParameter, appendParameters, finishGridRow, fireValueChanged, removeChangeListenerpublic FlagParameterConfigurator(Flag param, javax.swing.JComponent parent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic java.lang.Boolean getUserInput()
AbstractParameterConfiguratorgetUserInput in class AbstractParameterConfigurator<Flag>Copyright © 2019 ELKI Development Team. License information.