Uses of Class
org.jfree.ui.action.ActionMenuItem.ActionEnablePropertyChangeHandler
-
Packages that use ActionMenuItem.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 ActionMenuItem.ActionEnablePropertyChangeHandler in org.jfree.ui.action
Fields in org.jfree.ui.action declared as ActionMenuItem.ActionEnablePropertyChangeHandler Modifier and Type Field Description private ActionMenuItem.ActionEnablePropertyChangeHandlerActionMenuItem. propertyChangeHandlerThe property change handler.Methods in org.jfree.ui.action that return ActionMenuItem.ActionEnablePropertyChangeHandler Modifier and Type Method Description private ActionMenuItem.ActionEnablePropertyChangeHandlerActionMenuItem. getPropertyChangeHandler()Returns and initializes the PropertyChangehandler for this ActionMenuItem.
-