TransactionalEditingDomain.Factory.getEditingDomain(
ResourceSet rset)
Obtains the transactional editing domain (if any) that is currently
managing the specified resource set.
EditingDomainManager.createEditingDomain(
String id)
Creates the editing domain registered on the extension point under the
specified id, if an appropriate extension exists.
TransactionalEditingDomainImpl.FactoryImpl.mapResourceSet(
TransactionalEditingDomain domain)
Adds the specified editing domain to the global reverse mapping
of resource sets.
void
TransactionalEditingDomainImpl.FactoryImpl.unmapResourceSet(
TransactionalEditingDomain domain)
Removes the specified editing domain from the global reverse mapping
of resource sets.
TransactionUtil.getAdapter(
TransactionalEditingDomain domain,
Class<? extends T> adapterType)
Obtains an instance of the specified adapter type for an editing domain.
WorkspaceEditingDomainFactory.createEditingDomain()
Creates a new editing domain using a default resource set implementation
and the Workbench's shared operation history.
WorkspaceEditingDomainFactory.createEditingDomain(
IOperationHistory history)
Creates a new editing domain on a default resource set implementation and
the specified operation history.
WorkspaceEditingDomainFactory.createEditingDomain(
ResourceSet rset)
Creates a new editing domain using the given resource set
and the Workbench's shared operation history.