|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.gef.commands.Command
org.eclipse.gmt.umlx.editor.command.AbstractCommand
org.eclipse.gmt.umlx.editor.command.CompoundCommand
org.eclipse.gmt.umlx.editor.command.ForwardUndoCompoundCommand
public class ForwardUndoCompoundCommand
A CompoundCommand that performs undo on its contained Commands in the same order in which they were executed.
Constructor Summary | |
---|---|
ForwardUndoCompoundCommand(java.lang.String label)
Constructs a ForwardUndoCompoundCommand with the specified label |
Method Summary | |
---|---|
void |
doUndo()
Undo the command. |
Methods inherited from class org.eclipse.gmt.umlx.editor.command.CompoundCommand |
---|
add, addSelectedObjects, canExecute, canUndo, compound, diagnoseCannotExecute, dispose, doPrepare, doRedo, getCommands, getLabel, toString |
Methods inherited from class org.eclipse.gmt.umlx.editor.command.AbstractCommand |
---|
couldNotUnlock, execute, getCommand, prepare, prepare, redo, requestModification, undo |
Methods inherited from class org.eclipse.gef.commands.Command |
---|
chain, getDebugLabel, setDebugLabel, setLabel |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ForwardUndoCompoundCommand(java.lang.String label)
label
- the labelMethod Detail |
---|
public void doUndo()
doUndo
in class CompoundCommand
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |