Uses of Class
org.jfree.ui.action.DowngradeActionMap
-
Packages that use DowngradeActionMap 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 DowngradeActionMap in org.jfree.ui.action
Fields in org.jfree.ui.action declared as DowngradeActionMap Modifier and Type Field Description private DowngradeActionMapDowngradeActionMap. parentThe parent of this action map.Methods in org.jfree.ui.action that return DowngradeActionMap Modifier and Type Method Description DowngradeActionMapDowngradeActionMap. getParent()Returns thisActionMap's parent.Methods in org.jfree.ui.action with parameters of type DowngradeActionMap Modifier and Type Method Description voidDowngradeActionMap. setParent(DowngradeActionMap map)Sets thisActionMap's parent.
-