|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.OutputStreamUndoHandler
public class OutputStreamUndoHandler
Handles undo operation for a change in output handler.
| Constructor Summary | |
|---|---|
OutputStreamUndoHandler(MetamorphoSysGUI gui,
JTextField field,
JPanel content_panel)
Outstantiates an OutputStreamUndoHandler. |
|
| Method Summary | |
|---|---|
String |
getTitle()
Returns the title for the undo menu. |
void |
undo(Object o1,
Object o2)
Performs the undo operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OutputStreamUndoHandler(MetamorphoSysGUI gui,
JTextField field,
JPanel content_panel)
OutputStreamUndoHandler.
gui - the MetamorphoSysGUIfield - the text field to updatecontent_panel - the panel to update| Method Detail |
|---|
public String getTitle()
getTitle in interface UndoHandler
public void undo(Object o1,
Object o2)
undo in interface UndoHandlero1 - the old output streamo2 - the new output stream
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||