Class AbstractActionDowngrade

java.lang.Object
javax.swing.AbstractAction
org.jfree.report.modules.gui.swing.common.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:
  • Field Details

    • ACCELERATOR_KEY

      public static final String ACCELERATOR_KEY
      The key used for storing a KeyStroke to be used as the accelerator for the action.
      See Also:
    • MNEMONIC_KEY

      public static final String MNEMONIC_KEY
      The key used for storing an int key code to be used as the mnemonic for the action.
      See Also:
  • Constructor Details

    • AbstractActionDowngrade

      protected AbstractActionDowngrade()
      Creates a new action with a default (transparent) icon.