Package org.jfree.ui.action
Class ActionMenuItem.ActionEnablePropertyChangeHandler
java.lang.Object
org.jfree.ui.action.ActionMenuItem.ActionEnablePropertyChangeHandler
- All Implemented Interfaces:
PropertyChangeListener
,EventListener
- Enclosing class:
- ActionMenuItem
private class ActionMenuItem.ActionEnablePropertyChangeHandler
extends Object
implements PropertyChangeListener
Helperclass to handle the property change event raised by the action.
Changed properties in the action will affect the button.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Receives notification of a property change event.
-
Constructor Details
-
ActionEnablePropertyChangeHandler
public ActionEnablePropertyChangeHandler()
-
-
Method Details
-
propertyChange
Receives notification of a property change event.- Specified by:
propertyChange
in interfacePropertyChangeListener
- Parameters:
event
- the property change event.
-