edu.princeton.swing
Class ActionedUndoManager.RedoAction
java.lang.Object
javax.swing.AbstractAction
edu.princeton.swing.AbstractAction2
edu.princeton.swing.ActionedUndoManager.RedoAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
- Enclosing class:
- ActionedUndoManager
protected class ActionedUndoManager.RedoAction
- extends AbstractAction2
RedoAction is an action which calls the redo() method of its ActionedUndoManager. This
action's ActionedUndoManager also manages its enabled status.
- See Also:
- Serialized Form
Fields inherited from interface javax.swing.Action |
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON |
Methods inherited from class edu.princeton.swing.AbstractAction2 |
createMenuItem, getAccelerator, getActionCommand, getExtraInfo, getLongDescription, getMnemonic, getName, getShortDescription, getSmallIcon, setAccelerator, setActionCommand, setExtraInfo, setLongDescription, setMnemonic, setName, setShortDescription, setSmallIcon |
ActionedUndoManager.RedoAction
protected ActionedUndoManager.RedoAction()
- Creates a new RedoAction.
actionPerformed
public void actionPerformed(ActionEvent e)
- Implements ActionListener to perform the redo operation.