| Class | Description |
|---|---|
| AbstractNonDirtyingRecordingCommand |
A recording command that changes the model, but act as not changing it (as far as the command stack is concerned).
Typically used in the case of modifying the model for adaptation purposes (e.g. |
| WorkspaceCommandStackImpl |
Implementation of a transactional command stack that delegates execution of commands to an
IOperationHistory. |