EditingDomain, which acts a
centralized control mechanism for managing a set of interrelated
models and the Commands
which modify them.
See: Description
| Interface | Description |
|---|---|
| EditingDomain |
An editing domain manages a self-contained set of interrelated EMF models and the
Commands that modify them. |
| IEditingDomainProvider |
This is the interface specified by an object that is able to yield its
EditingDomain. |
| Class | Description |
|---|---|
| AdapterFactoryEditingDomain |
This class implements an editing domain by delegating to adapters that implement
IEditingDomainItemProvider. |
| AdapterFactoryEditingDomain.DomainTreeIterator<E> |
This implements an tree iterator that iterates over an object, it's domain children, their domain children, and so on.
|
| AdapterFactoryEditingDomain.EditingDomainProvider |
This class is an adapter than implements
IEditingDomainProvider. |
EditingDomain, which acts a
centralized control mechanism for managing a set of interrelated
models and the Commands
which modify them.