gov.nih.nlm.mms
Class InputStreamRedoHandler

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

public class InputStreamRedoHandler
extends Object
implements RedoHandler

Handles redo operation for a change in input handler.


Constructor Summary
InputStreamRedoHandler(MetamorphoSysGUI gui, JTextField field, JPanel content_panel)
          Instantiates an InputStreamRedoHandler.
 
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

InputStreamRedoHandler

public InputStreamRedoHandler(MetamorphoSysGUI gui,
                              JTextField field,
                              JPanel content_panel)
Instantiates an InputStreamRedoHandler.

Parameters:
gui - the MetamorphoSysGUI
field - the text field to update
content_panel - the panel to update
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 new input stream
o2 - the old input stream


Copyright ©2005