|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgov.nih.nlm.mms.GUIConfigurableUndoHandler
public class GUIConfigurableUndoHandler
Handles undoing regular actions in the GUI.
| Constructor Summary | |
|---|---|
GUIConfigurableUndoHandler(GUIConfigurable gc,
MetamorphoSysGUI gui)
Instantiates a GUIConfigurableUndoHandler. |
|
| 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 GUIConfigurableUndoHandler(GUIConfigurable gc,
MetamorphoSysGUI gui)
GUIConfigurableUndoHandler.
gc - the GUIConfigurablegui - the MetamorphoSysGUI| Method Detail |
|---|
public String getTitle()
getTitle in interface UndoHandler
public void undo(Object o1,
Object o2)
undo in interface UndoHandlero1 - the previous propertieso2 - the "has data changed" state
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||