Package org.jfree.ui.action
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
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe key used for storing aKeyStroketo be used as the accelerator for the action.static final StringThe key used for storing an int key code to be used as the mnemonic for the action.Fields inherited from class javax.swing.AbstractAction
changeSupport, enabledFields inherited from interface javax.swing.Action
ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new action with a default (transparent) icon. -
Method Summary
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabledMethods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Field Details
-
ACCELERATOR_KEY
The key used for storing aKeyStroketo be used as the accelerator for the action.- See Also:
-
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.
-