Uses of Class
org.jfree.ui.action.DowngradeActionMap
Packages that use DowngradeActionMap
Package
Description
Provides an Action facility matching that introduced in JDK 1.3 (JCommon aims to run on JDK 1.2.2 or later).
-
Uses of DowngradeActionMap in org.jfree.ui.action
Fields in org.jfree.ui.action declared as DowngradeActionMapModifier and TypeFieldDescriptionprivate DowngradeActionMap
DowngradeActionMap.parent
The parent of this action map.Methods in org.jfree.ui.action that return DowngradeActionMapModifier and TypeMethodDescriptionDowngradeActionMap.getParent()
Returns thisActionMap
's parent.Methods in org.jfree.ui.action with parameters of type DowngradeActionMapModifier and TypeMethodDescriptionvoid
DowngradeActionMap.setParent
(DowngradeActionMap map) Sets thisActionMap
's parent.