private class FHAESAction.ButtonSelectionActionAdapter
extends java.lang.Object
implements java.beans.PropertyChangeListener, java.awt.event.ItemListener
Modifier and Type | Field and Description |
---|---|
private javax.swing.AbstractButton |
button |
private java.lang.Boolean |
lastValue |
Constructor and Description |
---|
ButtonSelectionActionAdapter(javax.swing.AbstractButton button,
java.lang.Boolean defaultValue)
TODO
|
Modifier and Type | Method and Description |
---|---|
void |
itemStateChanged(java.awt.event.ItemEvent e)
Called when the button's value changes
|
void |
propertyChange(java.beans.PropertyChangeEvent evt)
Called when the Action's value changes
|
private final javax.swing.AbstractButton button
private java.lang.Boolean lastValue
public ButtonSelectionActionAdapter(javax.swing.AbstractButton button, java.lang.Boolean defaultValue)
button
- defaultValue
- public void propertyChange(java.beans.PropertyChangeEvent evt)
propertyChange
in interface java.beans.PropertyChangeListener
public void itemStateChanged(java.awt.event.ItemEvent e)
itemStateChanged
in interface java.awt.event.ItemListener