Uses of Class
org.eclipse.emf.edit.provider.ComposedAdapterFactory

Packages that use ComposedAdapterFactory
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.provider.resource   
org.eclipse.emf.edit.tree.provider   
org.eclipse.emf.edit.ui This provides plugin support for EMF.Edit.UI. 
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2xml.presentation   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.provider   
 

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

Fields in org.eclipse.emf.codegen.ecore.genmodel.presentation declared as ComposedAdapterFactory
protected  ComposedAdapterFactory GenModelEditor.adapterFactory
          This is the one adapter factory used for providing views of the model
 

Uses of ComposedAdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Fields in org.eclipse.emf.codegen.ecore.genmodel.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory GenModelItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type ComposedAdapterFactory
 void GenModelItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory
 

Uses of ComposedAdapterFactory in org.eclipse.emf.ecore.change.provider
 

Fields in org.eclipse.emf.ecore.change.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory ChangeItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.ecore.change.provider with parameters of type ComposedAdapterFactory
 void ChangeItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory
 

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

Fields in org.eclipse.emf.ecore.presentation declared as ComposedAdapterFactory
protected  ComposedAdapterFactory EcoreEditor.adapterFactory
          This is the one adapter factory used for providing views of the model
 

Uses of ComposedAdapterFactory in org.eclipse.emf.ecore.provider
 

Fields in org.eclipse.emf.ecore.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory EcoreItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.ecore.provider with parameters of type ComposedAdapterFactory
 void EcoreItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory
 

Uses of ComposedAdapterFactory in org.eclipse.emf.edit.provider
 

Fields in org.eclipse.emf.edit.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory DecoratorAdapterFactory.parentAdapterFactory
          This is used to implement the ComposeableAdapterFactory interface.
protected  ComposedAdapterFactory ReflectiveItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory.
protected  ComposedAdapterFactory ComposedAdapterFactory.parentAdapterFactory
          This is used to implement the ComposeableAdapterFactory interface.
 

Methods in org.eclipse.emf.edit.provider with parameters of type ComposedAdapterFactory
 void DecoratorAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the direct parent adapter factory into which this factory is composed.
 void ComposeableAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the direct parent adapter factory into which this factory is composed.
 void ReflectiveItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory.
 void ComposedAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the direct parent adapter factory into which this factory is composed.
 

Uses of ComposedAdapterFactory in org.eclipse.emf.edit.provider.resource
 

Fields in org.eclipse.emf.edit.provider.resource declared as ComposedAdapterFactory
protected  ComposedAdapterFactory ResourceItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory.
 

Methods in org.eclipse.emf.edit.provider.resource with parameters of type ComposedAdapterFactory
 void ResourceItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory.
 

Uses of ComposedAdapterFactory in org.eclipse.emf.edit.tree.provider
 

Fields in org.eclipse.emf.edit.tree.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory TreeItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory.
 

Methods in org.eclipse.emf.edit.tree.provider with parameters of type ComposedAdapterFactory
 void TreeItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory.
 

Uses of ComposedAdapterFactory in org.eclipse.emf.edit.ui
 

Methods in org.eclipse.emf.edit.ui with parameters of type ComposedAdapterFactory
protected  void EditorEntryPoint.configureItemProviderAdapterFactories(ComposedAdapterFactory adapterFactory)
           
 

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

Subclasses of ComposedAdapterFactory in org.eclipse.emf.mapping.domain
static class AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
           
protected  class AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
           
 

Methods in org.eclipse.emf.mapping.domain that return ComposedAdapterFactory
protected  ComposedAdapterFactory AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory[] adapterFactories)
           
protected  ComposedAdapterFactory AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory)
           
 

Uses of ComposedAdapterFactory in org.eclipse.emf.mapping.ecore2ecore.provider
 

Fields in org.eclipse.emf.mapping.ecore2ecore.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory Ecore2EcoreItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.mapping.ecore2ecore.provider with parameters of type ComposedAdapterFactory
 void Ecore2EcoreItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory
 

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

Fields in org.eclipse.emf.mapping.ecore2xml.presentation declared as ComposedAdapterFactory
protected  ComposedAdapterFactory Ecore2XMLEditor.adapterFactory
          This is the one adapter factory used for providing views of the model
 

Uses of ComposedAdapterFactory in org.eclipse.emf.mapping.ecore2xml.provider
 

Fields in org.eclipse.emf.mapping.ecore2xml.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory Ecore2XMLItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.mapping.ecore2xml.provider with parameters of type ComposedAdapterFactory
 void Ecore2XMLItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory
 

Uses of ComposedAdapterFactory in org.eclipse.emf.mapping.provider
 

Fields in org.eclipse.emf.mapping.provider declared as ComposedAdapterFactory
protected  ComposedAdapterFactory MappingItemProviderAdapterFactory.parentAdapterFactory
          This keeps track of the root adapter factory that delegates to this adapter factory
 

Methods in org.eclipse.emf.mapping.provider with parameters of type ComposedAdapterFactory
 void MappingItemProviderAdapterFactory.setParentAdapterFactory(ComposedAdapterFactory parentAdapterFactory)
          This sets the composed adapter factory that contains this factory.
 


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