|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nlm.mms.EnableFilterUndoHandler
Handles the undo operation for an enable or disable filter action.
Constructor Summary | |
EnableFilterUndoHandler(MetamorphoSysGUI gui)
Instantiates an EnableFilterUndoHandler for the specified gui. |
Method Summary | |
String |
getTitle()
Returns the title for the undo menu item. |
void |
undo(Object o1,
Object o2)
Performs the undo operation and prepares the redo stack. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EnableFilterUndoHandler(MetamorphoSysGUI gui)
EnableFilterUndoHandler
for the specified gui.
gui
- the MetamorphoSysGUI
Method Detail |
public String getTitle()
getTitle
in interface UndoHandler
public void undo(Object o1, Object o2)
undo
in interface UndoHandler
o1
- the previous set of active filterso2
- the current set of active filters
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |