IUndoableOperation
which can be
used to manipulate the default models, especially content creation and
removal.See: Description
Interface | Description |
---|---|
ITransactionalOperation |
An
ITransactionalOperation is an IUndoableOperation that
tolerates successive calls to
IUndoableOperation.execute(IProgressMonitor, IAdaptable) and
IUndoableOperation.undo(IProgressMonitor, IAdaptable) and allows
to check whether it has an overall effect (ITransactionalOperation.isNoOp() ) compared to the
initial state upon construction. |
IUndoableOperation
which can be
used to manipulate the default models, especially content creation and
removal.Copyright (c) 2014 itemis AG and others. All rights reserved.