gov.nih.nlm.mms
Class RedoAction
java.lang.Object
javax.swing.AbstractAction
gov.nih.nlm.mms.RedoAction
- All Implemented Interfaces:
- ActionListener, Serializable, Cloneable, EventListener, Action
public class RedoAction
- extends AbstractAction
Re-performs an undone action. Used for the Edit->Redo menu of
MetamorphoSysGUI.
- Author:
- Brian Carlsen, Deborah Shapiro
- See Also:
- Serialized Form
|
Method Summary |
void |
actionPerformed(ActionEvent e)
Pops an item off of the redo stack, makes the necessary changes, and pushes
an item onto the undo stack. |
RedoAction
public RedoAction(MetamorphoSysGUI gui)
- Instantiates a
RedoAction.
- Parameters:
gui - the MetamorphoSysGUI
actionPerformed
public void actionPerformed(ActionEvent e)
- Pops an item off of the redo stack, makes the necessary changes, and pushes
an item onto the undo stack.
- Parameters:
e - an ActionEvent
Copyright ©2005