Class ReverseUndoCompositeOperation
java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
org.eclipse.gef.mvc.fx.operations.ReverseUndoCompositeOperation
- All Implemented Interfaces:
ICompositeOperation
,IUndoableOperation
,ITransactionalOperation
The
ReverseUndoCompositeOperation
is an
AbstractCompositeOperation
which undoes its combined operations in
the reverse order of their execution.-
Constructor Summary
-
Method Summary
Methods inherited from class org.eclipse.gef.mvc.fx.operations.AbstractCompositeOperation
add, addAll, addContext, canExecute, canRedo, canUndo, combine, execute, getOperations, isContentRelevant, isEmpty, isNoOp, redo, remove, unwrap
Methods inherited from class org.eclipse.core.commands.operations.AbstractOperation
dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.core.commands.operations.IUndoableOperation
dispose, getContexts, getLabel, hasContext, removeContext
-
Constructor Details
-
ReverseUndoCompositeOperation
Creates a newReverseUndoCompositeOperation
with the given label.- Parameters:
label
- The operation's label.
-
-
Method Details
-
undo
- Specified by:
undo
in interfaceIUndoableOperation
- Overrides:
undo
in classAbstractCompositeOperation
- Throws:
ExecutionException
-