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.edit.ui.view   
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2xml.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.edit.ui.view
 

Fields in org.eclipse.emf.edit.ui.view declared as AdapterFactoryEditingDomain
protected  AdapterFactoryEditingDomain ExtendedPropertySheetPage.editingDomain
           
 

Constructors in org.eclipse.emf.edit.ui.view with parameters of type AdapterFactoryEditingDomain
ExtendedPropertySheetPage(AdapterFactoryEditingDomain editingDomain)
           
 

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
           
 

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

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


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