Uses of Class
org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain

Packages that use AdapterFactoryEditingDomain
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore.presentation   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.presentation declared as AdapterFactoryEditingDomain
protected  AdapterFactoryEditingDomain GenModelEditor.editingDomain
          This keeps track of the editing domain that is used to track all changes to the model
 

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

Fields in org.eclipse.emf.ecore.presentation declared as AdapterFactoryEditingDomain
protected  AdapterFactoryEditingDomain EcoreEditor.editingDomain
          This keeps track of the editing domain that is used to track all changes to the model
 

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

Subclasses of AdapterFactoryEditingDomain in org.eclipse.emf.mapping.domain
 class AdapterFactoryMappingDomain
          This class implements MappingDomain interface using two strategies.
 class PluginAdapterFactoryMappingDomain
          This class extends the AdapterFactoryMappingDomain by providing initialization using config information specified in the VABase plugin.xml.
 

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

Subclasses of AdapterFactoryEditingDomain in org.eclipse.emf.mapping.ecore2ecore.presentation
static class Ecore2EcoreEditor.Ecore2EcoreMappingDomain
           
 


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