|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.InputStreamRedoHandler
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 |
public InputStreamRedoHandler(MetamorphoSysGUI gui, JTextField field, JPanel content_panel)
InputStreamRedoHandler
.
gui
- the MetamorphoSysGUI
field
- the text field to updatecontent_panel
- the panel to updateMethod Detail |
public String getTitle()
getTitle
in interface RedoHandler
public void redo(Object o1, Object o2)
redo
in interface RedoHandler
o1
- the new input streamo2
- the old input stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |