Class AbstractActionDowngrade

java.lang.Object
javax.swing.AbstractAction
org.jfree.ui.action.AbstractActionDowngrade
All Implemented Interfaces:
ActionListener, Serializable, Cloneable, EventListener, Action, ActionDowngrade
Direct Known Subclasses:
AbstractFileSelectionAction

public abstract class AbstractActionDowngrade extends AbstractAction implements ActionDowngrade
A class that allows Action features introduced in JDK 1.3 to be used with JDK 1.2.2, by defining the two new constants introduced by Sun in JDK 1.3.
Author:
Thomas Morgner
See Also: