gov.nih.nlm.mms
Class GUIConfigurableRedoHandler

java.lang.Object
  extended bygov.nih.nlm.mms.GUIConfigurableRedoHandler
All Implemented Interfaces:
RedoHandler

public class GUIConfigurableRedoHandler
extends Object
implements RedoHandler

Handles redoing regular actions in the GUI.


Constructor Summary
GUIConfigurableRedoHandler(GUIConfigurable gc, MetamorphoSysGUI gui)
          Instantiates a GUIConfigurableRedoHandler.
 
Method Summary
 String getTitle()
          Returns the title for the redo menu.
 void redo(Object o1, Object o2)
          Performs the redo operation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIConfigurableRedoHandler

public GUIConfigurableRedoHandler(GUIConfigurable gc,
                                  MetamorphoSysGUI gui)
Instantiates a GUIConfigurableRedoHandler.

Parameters:
gc - the GUIConfigurable
gui - the MetamorphoSysGUI
Method Detail

getTitle

public String getTitle()
Returns the title for the redo menu.

Specified by:
getTitle in interface RedoHandler
Returns:
the title for the redo menu

redo

public void redo(Object o1,
                 Object o2)
Performs the redo operation.

Specified by:
redo in interface RedoHandler
Parameters:
o1 - the previous properties
o2 - the "has data changed" state


Copyright ©2005