Interface | Description |
---|---|
IUMLElementSelectionProvider |
Specialization of the base element selection provider interface, which can
indicate whether the provider's jobs require read transactions on a
transactional editing domain.
|
Class | Description |
---|---|
UMLElementSelectionService |
A specialization of GMF's element selection service, that provides support
for querying transactional editing domains on multiple background jobs
while a thread that has a read or read/write transaction on an editing
domain is showing an element selection dialog.
|
UMLElementSelectionServiceJob |
A job that knows how to coordinate access to the transactional editing domain
via read transactions, when the thread scheduling the job (hence, accessing
the element selection service) has a transaction already.
|