public class ForwardUndoCompositeOperation extends AbstractCompositeOperation
ForwardUndoCompositeOperation
is an
AbstractCompositeOperation
which undoes its combined operations in
the same order as they are executed.Constructor and Description |
---|
ForwardUndoCompositeOperation(java.lang.String label)
Creates a new
ForwardUndoCompositeOperation with the given label. |
add, addAll, addContext, canExecute, canRedo, canUndo, combine, execute, getOperations, isContentRelevant, isEmpty, isNoOp, redo, remove, undo, unwrap
dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
dispose, getContexts, getLabel, hasContext, removeContext
public ForwardUndoCompositeOperation(java.lang.String label)
ForwardUndoCompositeOperation
with the given label.label
- The label of this operation.Copyright (c) 2014, 2016 itemis AG and others. All rights reserved.