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