Class Summary
|
BasicTransactionOptionMetadata
|
A simple implementation of the Transaction.OptionMetadata interface. |
BasicTransactionOptionMetadataRegistry
|
A simple implementation of the transaction option metadata registry API. |
CommandChangeDescription
|
A change description that simply wraps a
Command , asking
it to undo or redo when
applying . |
CompositeChangeDescription
|
A composition of zero or more change descriptions representing the
changes performed by transactions in a possibly nested structure. |
ConditionalRedoCommand.Compound
|
A conditionally redoable compound command. |
Lock
|
Implementation of a lock. |
TransactionUtil
|
Static utilities for dealing with EMF elements and resources in a
transactional editing domain. |
TriggerCommand
|
A specialized compound command that combines a "triggering" command with commands
contributed by
ResourceSetListener s as triggers. |
ValidateEditSupport.Default
|
A default implementation of the
ValidateEditSupport interface,
that uses the editing domain's read-only resource map to determine
whether a resource can be edited and depends on notifications of the
Resource.isModified() property changing to track which resources
need to be validated (note that this implies that the resource is
tracking modifications). |