Uses of Interface
org.eclipse.emf.edit.domain.IEditingDomainProvider

Packages that use IEditingDomainProvider
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.edit.domain This provides support for an EditingDomain, which acts a centralized control mechanism for managing a set of interrelated models and the Commands which modify them.
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.presentation   
 

Uses of IEditingDomainProvider in org.eclipse.emf.codegen.ecore.genmodel.presentation
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.presentation that implement IEditingDomainProvider
 class GenModelEditor
          This is an example of a GenModel model editor
 

Uses of IEditingDomainProvider in org.eclipse.emf.ecore.presentation
 

Classes in org.eclipse.emf.ecore.presentation that implement IEditingDomainProvider
 class EcoreEditor
          This is an example of a Ecore model editor
static class EcoreEditor.XML
           
 

Uses of IEditingDomainProvider in org.eclipse.emf.edit.domain
 

Classes in org.eclipse.emf.edit.domain that implement IEditingDomainProvider
protected  class AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
          This is an implementation of a context that knows about this editing domain.
static class AdapterFactoryEditingDomain.EditingDomainProvider
          This class is an adapter than implements org.eclipse.emf.edit.provider.IEditingDomainProvider.
 

Uses of IEditingDomainProvider in org.eclipse.emf.mapping.domain
 

Classes in org.eclipse.emf.mapping.domain that implement IEditingDomainProvider
static class AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
           
 

Uses of IEditingDomainProvider in org.eclipse.emf.mapping.ecore2ecore.presentation
 

Classes in org.eclipse.emf.mapping.ecore2ecore.presentation that implement IEditingDomainProvider
 class Ecore2EcoreEditor
          This is an example of a Ecore2Ecore model editor.
 

Uses of IEditingDomainProvider in org.eclipse.emf.mapping.presentation
 

Classes in org.eclipse.emf.mapping.presentation that implement IEditingDomainProvider
 class MappingEditor
          This is an example of a model editor.
 


Copyright 2001-2004 IBM Corporation and others.
All Rights Reserved.