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
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.