smacs.xngr.browser.editor
Class RedoAction
java.lang.Object
javax.swing.AbstractAction
smacs.xngr.browser.editor.RedoAction
- All Implemented Interfaces:
- Action, ActionListener, Cloneable, EventListener, Serializable
- public class RedoAction
- extends AbstractAction
An action that can be used to redo a previous undo
Xml Editor.
- Author:
- Edwin Dankert
- See Also:
- Serialized Form
|
Constructor Summary |
RedoAction(Editor editor)
The constructor for the action which allows to redo
a previous undo. |
RedoAction
public RedoAction(Editor editor)
- The constructor for the action which allows to redo
a previous undo.
- Parameters:
editor - the Editor.
actionPerformed
public void actionPerformed(ActionEvent event)
- The implementation of the redo action, called
after a user action.
- Parameters:
event - the action event.