|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.OutputStreamRedoHandler
Handles redo operation for a change in output handler.
Constructor Summary | |
OutputStreamRedoHandler(MetamorphoSysGUI gui,
JTextField field,
JPanel content_panel)
Instantiates an OutputStreamRedoHandler . |
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 OutputStreamRedoHandler(MetamorphoSysGUI gui, JTextField field, JPanel content_panel)
OutputStreamRedoHandler
.
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 output streamo2
- the old output stream
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |