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, removeChangeListener
public FlagParameterConfigurator(Flag param, javax.swing.JComponent parent)
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public java.lang.Boolean getUserInput()
AbstractParameterConfigurator
getUserInput
in class AbstractParameterConfigurator<Flag>
Copyright © 2019 ELKI Development Team. License information.