Uses of Class
org.jfree.ui.action.ActionButton.ActionEnablePropertyChangeHandler
-
Packages that use ActionButton.ActionEnablePropertyChangeHandler Package Description org.jfree.ui.action Provides an Action facility matching that introduced in JDK 1.3 (JCommon aims to run on JDK 1.2.2 or later). -
-
Uses of ActionButton.ActionEnablePropertyChangeHandler in org.jfree.ui.action
Fields in org.jfree.ui.action declared as ActionButton.ActionEnablePropertyChangeHandler Modifier and Type Field Description private ActionButton.ActionEnablePropertyChangeHandler
ActionButton. propertyChangeHandler
The property change handler.Methods in org.jfree.ui.action that return ActionButton.ActionEnablePropertyChangeHandler Modifier and Type Method Description private ActionButton.ActionEnablePropertyChangeHandler
ActionButton. getPropertyChangeHandler()
Returns and initializes the PropertyChangehandler for this ActionButton.
-