java.lang.ObjectAn actionmap, which is JDK 1.2.2 compatible.org.jfree.report.modules.gui.base.components.DowngradeActionMap
This implementation does not implement the ActionMap interface of JDK 1.3 or higher to maintain the compatibility with JDK 1.2 which does not know this interface.
The usage is still the same.
Thomas - Morger| Constructor: |
|---|
|
| Method from org.jfree.report.modules.gui.base.components.DowngradeActionMap Summary: |
|---|
| allKeys, clear, get, getParent, keys, put, remove, setParent, size |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jfree.report.modules.gui.base.components.DowngradeActionMap Detail: |
|---|
ActionMap and
its parent. This method differs from keys() in that
this method includes the keys defined in the parent. |
ActionMap. |
key, messaging the
parent ActionMap if the binding is not locally defined. |
ActionMap's parent. |
Action names that are bound in this ActionMap. |
key to action.
If action is null, this removes the current binding
for key.
In most instances, |
key from this ActionMap. |
ActionMap's parent. |
|