Package org.jfree.ui.action
Class ActionButton.ActionEnablePropertyChangeHandler
- java.lang.Object
-
- org.jfree.ui.action.ActionButton.ActionEnablePropertyChangeHandler
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionButton
private class ActionButton.ActionEnablePropertyChangeHandler extends java.lang.Object implements java.beans.PropertyChangeListener
Helperclass to handle the property change event raised by the action. Changed properties in the action will affect the button.
-
-
Constructor Summary
Constructors Constructor Description ActionEnablePropertyChangeHandler()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
propertyChange(java.beans.PropertyChangeEvent event)
Receives notification of a property change event.
-