Package org.jfree.ui.action
Class ActionMenuItem.ActionEnablePropertyChangeHandler
- java.lang.Object
-
- org.jfree.ui.action.ActionMenuItem.ActionEnablePropertyChangeHandler
-
- All Implemented Interfaces:
java.beans.PropertyChangeListener
,java.util.EventListener
- Enclosing class:
- ActionMenuItem
private class ActionMenuItem.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()
-
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.
-