Uses of Interface
org.eclipse.emf.common.notify.AdapterFactory

Packages that use AdapterFactory
org.eclipse.emf.codegen.ecore.generator   
org.eclipse.emf.codegen.ecore.genmodel.generator   
org.eclipse.emf.codegen.ecore.genmodel.presentation   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.converter.ui.contribution.base   
org.eclipse.emf.ecore.change.provider Provides item providers for the change model. 
org.eclipse.emf.ecore.change.util Provides utilities. 
org.eclipse.emf.ecore.presentation Provides sample editor support for Ecore. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
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.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.tree.util   
org.eclipse.emf.edit.ui.celleditor   
org.eclipse.emf.edit.ui.provider   
org.eclipse.emf.exporter.ui.contribution.base   
org.eclipse.emf.mapping.domain   
org.eclipse.emf.mapping.ecore2ecore.presentation   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.presentation   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.presentation   
org.eclipse.emf.mapping.provider   
org.eclipse.emf.mapping.util   
 

Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.generator
 

Subinterfaces of AdapterFactory in org.eclipse.emf.codegen.ecore.generator
 interface GeneratorAdapterFactory
          A factory for adapters that perform code generation for a Generator.
 

Classes in org.eclipse.emf.codegen.ecore.generator that implement AdapterFactory
 class AbstractGeneratorAdapterFactory
          A base GeneratorAdapterFactory implementation.
 

Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.generator
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.generator that implement AdapterFactory
 class GenModelGeneratorAdapterFactory
          A generator adapter factory for the GenModel package.
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.presentation that return AdapterFactory
 AdapterFactory GenModelEditor.getAdapterFactory()
           
 

Constructors in org.eclipse.emf.codegen.ecore.genmodel.presentation with parameters of type AdapterFactory
GenModelEditor.ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement AdapterFactory
 class GenModelItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type AdapterFactory
protected  ItemPropertyDescriptor GenBaseItemProvider.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
           
 

Constructors in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type AdapterFactory
GenPackageItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenOperationItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenModelItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenFeatureItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenEnumLiteralItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenEnumItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenDataTypeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenClassItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenBaseItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category)
           
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category)
           
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
           
GenAnnotationItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

Uses of AdapterFactory in org.eclipse.emf.codegen.ecore.genmodel.util
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.util that implement AdapterFactory
 class GenModelAdapterFactory
           The Adapter Factory for the model.
 

Uses of AdapterFactory in org.eclipse.emf.common.notify.impl
 

Classes in org.eclipse.emf.common.notify.impl that implement AdapterFactory
 class AdapterFactoryImpl
          An extensible adapter factory implementation.
 

Uses of AdapterFactory in org.eclipse.emf.converter.ui.contribution.base
 

Methods in org.eclipse.emf.converter.ui.contribution.base with parameters of type AdapterFactory
protected  IContentProvider ModelConverterPackagePage.getEPackagesTableViewerContentProvider(AdapterFactory adapterFactory)
           
protected  ILabelProvider ModelConverterPackagePage.getEPackagesTableViewerLabelProvider(AdapterFactory adapterFactory)
           
protected  IContentProvider ModelConverterPackagePage.getReferencedGenModelsTreeViewerContentProvider(AdapterFactory adapterFactory)
           
protected  ILabelProvider ModelConverterPackagePage.getReferencedGenModelsTreeViewerLabelProvider(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.ecore.change.provider that implement AdapterFactory
 class ChangeItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.ecore.change.provider with parameters of type AdapterFactory
ResourceChangeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ListChangeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
FeatureMapEntryItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
FeatureChangeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EObjectToChangesMapEntryItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ChangeDescriptionItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

Uses of AdapterFactory in org.eclipse.emf.ecore.change.util
 

Classes in org.eclipse.emf.ecore.change.util that implement AdapterFactory
 class ChangeAdapterFactory
           The Adapter Factory for the model.
 

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

Methods in org.eclipse.emf.ecore.presentation that return AdapterFactory
 AdapterFactory EcoreEditor.getAdapterFactory()
           
 

Constructors in org.eclipse.emf.ecore.presentation with parameters of type AdapterFactory
EcoreEditor.ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.ecore.provider that implement AdapterFactory
 class EcoreItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.ecore.provider with parameters of type AdapterFactory
ETypedElementItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EStructuralFeatureItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EStringToStringMapEntryItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EReferenceItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EParameterItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EPackageItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EOperationItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EObjectItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ENamedElementItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EModelElementItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EFactoryItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EEnumLiteralItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EEnumItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EDataTypeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EClassifierItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EClassItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EAttributeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EAnnotationItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

Uses of AdapterFactory in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement AdapterFactory
 class EcoreAdapterFactory
           The Adapter Factory for the model.
 

Methods in org.eclipse.emf.ecore.util that return AdapterFactory
static AdapterFactory EcoreUtil.getAdapterFactory(List adapterFactories, Object type)
          Returns the adapter factory for the specified adapter type.
 

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

Fields in org.eclipse.emf.edit.domain declared as AdapterFactory
protected  AdapterFactory AdapterFactoryEditingDomain.adapterFactory
          This is the adapter factory used to create the adapter to which calls are delegated.
 

Methods in org.eclipse.emf.edit.domain that return AdapterFactory
 AdapterFactory AdapterFactoryEditingDomain.getAdapterFactory()
          This returns the adapter factory used by this domain.
 

Methods in org.eclipse.emf.edit.domain with parameters of type AdapterFactory
 void AdapterFactoryEditingDomain.setAdapterFactory(AdapterFactory adapterFactory)
          This sets the adapter factory after the domain is already created.
 

Constructors in org.eclipse.emf.edit.domain with parameters of type AdapterFactory
AdapterFactoryEditingDomain(AdapterFactory adapterFactory, CommandStack commandStack)
          Create an instance from the adapter factory, and the specialized command stack.
AdapterFactoryEditingDomain(AdapterFactory adapterFactory, CommandStack commandStack, Map resourceToReadOnlyMap)
          Create an instance from the adapter factory, the specialized command stack, and the map used to maintain read only state.
AdapterFactoryEditingDomain(AdapterFactory adapterFactory, CommandStack commandStack, ResourceSet resourceSet)
          Create an instance from the adapter factory, the specialized command stack, and the specialized resource set.
 

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

Subinterfaces of AdapterFactory in org.eclipse.emf.edit.provider
 interface ComposeableAdapterFactory
          This provides support that allows a factory to be composed into a ComposedAdapterFactory that serves the union of the model objects from different packages.
 

Classes in org.eclipse.emf.edit.provider that implement AdapterFactory
 class ComposedAdapterFactory
          This provides support for composing several factories for different models into a single factory serving the union of the model objects.
 class DecoratorAdapterFactory
          This abstract class provides support for creating IItemProviderDecorators for the adapters created by another AdapterFactory.
 class ReflectiveItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers reflectively.
 

Fields in org.eclipse.emf.edit.provider declared as AdapterFactory
protected  AdapterFactory WrapperItemProvider.adapterFactory
          The adapter factory for the owner's item provider.
protected  AdapterFactory ItemProviderDecorator.adapterFactory
          This keeps track of the adapter factory that created this adaptor.
protected  AdapterFactory ItemProviderAdapter.adapterFactory
          This keeps track of the adapter factory that created this adaptor.
protected  AdapterFactory ItemProvider.adapterFactory
          This is the optional adapter factory that is used to get adapters for parent or child objects.
protected  AdapterFactory ItemPropertyDescriptor.adapterFactory
          For now we need to keep track of the adapter factory, because we need it to provide a correct label provider.
protected  AdapterFactory DecoratorAdapterFactory.decoratedAdapterFactory
          This keeps the AdapterFactory being decorated.
protected  AdapterFactory AdapterFactoryTreeIterator.adapterFactory
          This keeps track of the factory used to generate the ITreeItemContentProvider adapters.
protected  AdapterFactory AdapterFactoryItemDelegator.adapterFactory
          This keeps track of the factory used to generate the adapters.
 

Methods in org.eclipse.emf.edit.provider that return AdapterFactory
protected  AdapterFactory WrapperItemProvider.getRootAdapterFactory()
          Returns the WrapperItemProvider.adapterFactory, if non-composeable, otherwise, returns its root adapter factory.
 AdapterFactory ItemProviderDecorator.getAdapterFactory()
          This provides access to the factory.
 AdapterFactory ItemProviderAdapter.getAdapterFactory()
          This provides access to the factory.
protected  AdapterFactory ItemProviderAdapter.getRootAdapterFactory()
          Gets the root factory if this local adapter factory is composed, otherwise just the local one.
 AdapterFactory ItemProvider.getAdapterFactory()
          This yields the optional adapter factory.
 AdapterFactory DecoratorAdapterFactory.getDecoratedAdapterFactory()
          This returns the adapter factory whose adapters are being decorated.
 AdapterFactory ComposedAdapterFactory.getFactoryForType(Object type)
           
 AdapterFactory ComposedAdapterFactory.getFactoryForTypes(Collection types)
           
protected  AdapterFactory ComposedAdapterFactory.delegatedGetFactoryForTypes(Collection types)
           
 AdapterFactory ComposedAdapterFactory.Descriptor.createAdapterFactory()
          Creates an adapter factory.
 AdapterFactory AdapterFactoryItemDelegator.getAdapterFactory()
           
 

Methods in org.eclipse.emf.edit.provider with parameters of type AdapterFactory
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category, String[] filterFlags)
          This creates an item provider descriptor that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
          Creates an instance that uses a resource locator; indicates whether to be mutli-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
 void ItemProvider.setAdapterFactory(AdapterFactory adapterFactory)
          This sets the optional adapter factory.
protected  IWrapperItemProvider DelegatingWrapperItemProvider.createWrapper(Object value, Object owner, AdapterFactory adapterFactory)
          Creates a new instance of this wrapper for the given value, owner, and adapter factory.
 void DecoratorAdapterFactory.setDecoratedAdapterFactory(AdapterFactory decoratedAdapterFactory)
          This sets the adapter factory whose adapters will be decorated.
 void ComposedAdapterFactory.insertAdapterFactory(AdapterFactory adapterFactory)
           
 void ComposedAdapterFactory.addAdapterFactory(AdapterFactory adapterFactory)
           
 void ComposedAdapterFactory.removeAdapterFactory(AdapterFactory adapterFactory)
           
 

Constructors in org.eclipse.emf.edit.provider with parameters of type AdapterFactory
WrapperItemProvider(Object value, Object owner, EStructuralFeature feature, int index, AdapterFactory adapterFactory)
          Creates an instance.
ReflectiveItemProvider(AdapterFactory adapterFactory)
           
ItemProviderDecorator(AdapterFactory adapterFactory)
          An instance is created from an adapter factory.
ItemProviderAdapter(AdapterFactory adapterFactory)
          An instance is created from an adapter factory.
ItemProvider(AdapterFactory adapterFactory)
          This creates an instance with the given adapter factory and an empty text that yields no children.
ItemProvider(AdapterFactory adapterFactory, String text)
          This creates an instance with the given adapter factor and text that yields no children.
ItemProvider(AdapterFactory adapterFactory, String text, Object image)
          This creates an instance with the given adapter factory, text, and image that yields no children.
ItemProvider(AdapterFactory adapterFactory, String text, Object image, Object parent)
          This creates an instance with the given adapter factory, text, image, and parent that yields no children.
ItemProvider(AdapterFactory adapterFactory, Collection children)
          This creates an instance with the given adapter factory that yields the given children.
ItemProvider(AdapterFactory adapterFactory, String text, Collection children)
          This creates an instance with the given adapter factory and text that yields the given children.
ItemProvider(AdapterFactory adapterFactory, String text, Object image, Collection children)
          This creates an instance with the given adapter factory, text and image that yields the given children.
ItemProvider(AdapterFactory adapterFactory, String text, Object image, Object parent, Collection children)
          This creates an instance with the given adapter factory, notifier, text, image, and parent that yields the given children.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature)
          This creates an instance that does not use a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature)
          This creates an instance that uses a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable)
          This creates an instance that does not use a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable)
          This creates an instance that uses a resource locator and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
          This creates an instance that does not use a resource locator, specifies a static image, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage)
          This creates an instance that uses a resource locator, specifies a static image, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category)
          This creates an instance that does not use a resource locator, specifies a category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category)
          This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category)
          This creates an instance that does not use a resource locator, specifies a static image and category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category)
          This creates an instance that uses a resource locator, specifies a static image and category, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that does not use a resource locator, specifies a category and filter flags, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category, String[] filterFlags)
          This creates an instance that does not use a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, Object staticImage, String category, String[] filterFlags)
          This creates an instance that uses a resource locator; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, Object staticImage, String category, String[] filterFlags)
          This creates an instance that uses a resource locator; indicates whether to be mutli-line and to sort choices; specifies a static image, a category, and filter flags; and determines the cell editor from the type of the structural feature.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences)
          This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance that does not use a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable)
          This creates an instance that uses a resource locator and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance that does not use a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category)
          This creates an instance that uses a resource locator, specifies a category, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that does not use a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, String displayName, String description, EReference[] parentReferences, boolean isSettable, String category, String[] filterFlags)
          This creates an instance that uses a resource locator, specifies a category and filter flags, and determines the cell editor from the parent references.
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory)
           
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory, ResourceLocator resourceLocator)
           
ItemPropertyDescriptor.PropertyValueWrapper(AdapterFactory adapterFactory, Object object, Object propertyValue, Object nestedPropertySource)
           
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for the feature map entry.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
DelegatingWrapperItemProvider(Object value, Object owner, EStructuralFeature feature, int index, AdapterFactory adapterFactory)
          Creates an instance for the given value.
DelegatingWrapperItemProvider(Object value, Object owner, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form. This constructor will be removed as public API, but remain available as a protected method.
DecoratorAdapterFactory(AdapterFactory decoratedAdapterFactory)
          This creates an instance that decorates the adapters from the given adapter factory.
ComposedAdapterFactory(AdapterFactory adapterFactory)
           
ComposedAdapterFactory(AdapterFactory[] adapterFactories)
           
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a single-valued attribute.
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a value within a multi-valued attribute.
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
AttributeValueWrapperItemProvider(Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
AdapterFactoryTreeIterator(AdapterFactory adapterFactory, Object object)
          This constructs tree iterator that iterates over an object, it's children, their children, and so on.
AdapterFactoryTreeIterator(AdapterFactory adapterFactory, Object object, boolean includeRoot)
          This constructs tree iterator that iterates over an object (but only if includeRoot is true), it's children, their children, and so on.
AdapterFactoryItemDelegator(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.edit.provider.resource that implement AdapterFactory
 class ResourceItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.edit.provider.resource with parameters of type AdapterFactory
ResourceSetItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
ResourceItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
 

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

Classes in org.eclipse.emf.edit.tree.provider that implement AdapterFactory
 class TreeItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.edit.tree.provider with parameters of type AdapterFactory
TreeNodeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
 

Uses of AdapterFactory in org.eclipse.emf.edit.tree.util
 

Classes in org.eclipse.emf.edit.tree.util that implement AdapterFactory
 class TreeAdapterFactory
           The Adapter Factory for the model.
 

Uses of AdapterFactory in org.eclipse.emf.edit.ui.celleditor
 

Fields in org.eclipse.emf.edit.ui.celleditor declared as AdapterFactory
protected  AdapterFactory AdapterFactoryTreeEditor.adapterFactory
           
protected  AdapterFactory AdapterFactoryTableTreeEditor.adapterFactory
           
 

Methods in org.eclipse.emf.edit.ui.celleditor that return AdapterFactory
 AdapterFactory AdapterFactoryTreeEditor.getAdapterFactory()
           
 AdapterFactory AdapterFactoryTableTreeEditor.getAdapterFactory()
           
 

Methods in org.eclipse.emf.edit.ui.celleditor with parameters of type AdapterFactory
 void AdapterFactoryTreeEditor.setAdapterFactory(AdapterFactory adapterFactory)
           
 void AdapterFactoryTableTreeEditor.setAdapterFactory(AdapterFactory adapterFactory)
           
 

Constructors in org.eclipse.emf.edit.ui.celleditor with parameters of type AdapterFactory
AdapterFactoryTreeEditor(Tree tree, AdapterFactory adapterFactory)
           
AdapterFactoryTableTreeEditor(TableTree tableTree, AdapterFactory adapterFactory)
           
 

Uses of AdapterFactory in org.eclipse.emf.edit.ui.provider
 

Fields in org.eclipse.emf.edit.ui.provider declared as AdapterFactory
protected  AdapterFactory AdapterFactoryLabelProvider.adapterFactory
          This keep track of the one factory we are using.
protected  AdapterFactory AdapterFactoryContentProvider.adapterFactory
          This keeps track of the one factory we are using.
 

Methods in org.eclipse.emf.edit.ui.provider that return AdapterFactory
 AdapterFactory AdapterFactoryLabelProvider.getAdapterFactory()
          Return the wrapped AdapterFactory.
 AdapterFactory AdapterFactoryContentProvider.getAdapterFactory()
          This returns the wrapped factory.
 

Methods in org.eclipse.emf.edit.ui.provider with parameters of type AdapterFactory
 void AdapterFactoryLabelProvider.setAdapterFactory(AdapterFactory adapterFactory)
          Set the wrapped AdapterFactory.
 void AdapterFactoryContentProvider.setAdapterFactory(AdapterFactory adapterFactory)
          This sets the wrapped factory.
 

Constructors in org.eclipse.emf.edit.ui.provider with parameters of type AdapterFactory
AdapterFactoryLabelProvider(AdapterFactory adapterFactory)
          Construct an instance that wraps this factory.
AdapterFactoryContentProvider(AdapterFactory adapterFactory)
          This constructs an instance that wraps this factory.
 

Uses of AdapterFactory in org.eclipse.emf.exporter.ui.contribution.base
 

Methods in org.eclipse.emf.exporter.ui.contribution.base with parameters of type AdapterFactory
protected  ILabelProvider ModelExporterPackagePage.getReferencedGenModelsTreeViewerLabelProvider(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.mapping.domain that implement AdapterFactory
static class AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory
           
protected  class AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory
           
 

Methods in org.eclipse.emf.mapping.domain with parameters of type AdapterFactory
protected  ComposedAdapterFactory AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory)
           
protected  ComposedAdapterFactory AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory[] adapterFactories)
           
 

Constructors in org.eclipse.emf.mapping.domain with parameters of type AdapterFactory
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory editingDomainAdapterFactory, CommandStack commandStack, String mappingDomainKey)
           
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory editingDomainAdapterFactory, CommandStack commandStack, ResourceSet resourceSet, String mappingDomainKey)
           
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory, CommandStack commandStack, String mappingDomainKey)
           
PluginAdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory, CommandStack commandStack, ResourceSet resourceSet, String mappingDomainKey)
           
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory editingDomainAdapterFactory, CommandStack commandStack)
           
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory editingDomainAdapterFactory, CommandStack commandStack, ResourceSet resourceSet)
           
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory, CommandStack commandStack)
           
AdapterFactoryMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory, CommandStack commandStack, ResourceSet resourceSet)
           
AdapterFactoryMappingDomain.LabelUpdatePropagatingComposedAdapterFactory(AdapterFactory adapterFactory)
           
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory adapterFactory, EditingDomain editingDomain)
           
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(AdapterFactory[] adapterFactories, EditingDomain editingDomain)
           
 

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

Constructors in org.eclipse.emf.mapping.ecore2ecore.presentation with parameters of type AdapterFactory
Ecore2EcoreEditor.Ecore2EcoreMappingDomain(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory, CommandStack commandStack, String mappingDomainKey)
           
 

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

Classes in org.eclipse.emf.mapping.ecore2ecore.provider that implement AdapterFactory
 class Ecore2EcoreItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.mapping.ecore2ecore.provider with parameters of type AdapterFactory
Ecore2EcoreMappingRootItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

Uses of AdapterFactory in org.eclipse.emf.mapping.ecore2ecore.util
 

Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement AdapterFactory
 class Ecore2EcoreAdapterFactory
           The Adapter Factory for the model.
 

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

Methods in org.eclipse.emf.mapping.ecore2xml.presentation that return AdapterFactory
 AdapterFactory Ecore2XMLEditor.getAdapterFactory()
           
 

Constructors in org.eclipse.emf.mapping.ecore2xml.presentation with parameters of type AdapterFactory
Ecore2XMLEditor.ReverseAdapterFactoryContentProvider(AdapterFactory adapterFactory)
           
 

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

Classes in org.eclipse.emf.mapping.ecore2xml.provider that implement AdapterFactory
 class Ecore2XMLItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Constructors in org.eclipse.emf.mapping.ecore2xml.provider with parameters of type AdapterFactory
XMLMapItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
XMLInfoItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ENamedElementToXMLInfoMapEntryItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

Uses of AdapterFactory in org.eclipse.emf.mapping.ecore2xml.util
 

Classes in org.eclipse.emf.mapping.ecore2xml.util that implement AdapterFactory
 class Ecore2XMLAdapterFactory
           The Adapter Factory for the model.
 

Uses of AdapterFactory in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement AdapterFactory
protected  class MappingRootImpl.MappedObjectStateAdapterFactory
          This is the factory that creates adapters for the objects being mapped.
 

Fields in org.eclipse.emf.mapping.impl declared as AdapterFactory
protected  AdapterFactory MappingRootImpl.mappedObjectStateAdapterFactory
          This keeps track of the factory for creating the MappedObjectState.
 

Methods in org.eclipse.emf.mapping.impl that return AdapterFactory
protected  AdapterFactory MappingRootImpl.createMappedObjectStateAdapterFactory()
          By default, this creates an adapter factory that delegates createAdapter to createMappedObjectStateAdapter.
 

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

Classes in org.eclipse.emf.mapping.presentation that implement AdapterFactory
protected  class MappingEditor.MyDecoratorAdapterFactory
           
protected  class MappingEditor.OverviewDecoratorAdapterFactory
           
 

Fields in org.eclipse.emf.mapping.presentation declared as AdapterFactory
protected  AdapterFactory SimpleMappedObjectViewer.adapterFactory
           
protected  AdapterFactory MappingEditor.OverviewViewer.adapterFactory
           
 

Methods in org.eclipse.emf.mapping.presentation with parameters of type AdapterFactory
 void SimpleMappedObjectViewer.setAdapterFactory(AdapterFactory adapterFactory)
           
 void MappingEditor.OverviewViewer.setAdapterFactory(AdapterFactory adapterFactory)
           
 

Constructors in org.eclipse.emf.mapping.presentation with parameters of type AdapterFactory
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory, Action action, boolean exclude, Action multipleColumnsAction)
           
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory, Action action, boolean exclude)
           
MappingEditor.OverviewDecoratorAdapterFactory(AdapterFactory adapterFactory, Action action, boolean exclude, Action multipleColumnsAction)
           
 

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

Classes in org.eclipse.emf.mapping.provider that implement AdapterFactory
 class MappingItemProviderAdapterFactory
          This is the factory that is used to provide the interfaces needed to support Viewers.
 

Methods in org.eclipse.emf.mapping.provider with parameters of type AdapterFactory
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection, String pathSeparator)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection collection, String pathSeparator, String objectSeparator, String divider)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection inputs, Collection outputs)
           
static String MappingItemProvider.getText(MappingRoot mappingRoot, AdapterFactory adapterFactory, Collection inputs, Collection outputs, String objectSeparator, String divider)
           
 

Constructors in org.eclipse.emf.mapping.provider with parameters of type AdapterFactory
TypeConverterItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappingStrategyItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappingRootItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappingItemProviderAdapter(AdapterFactory adapterFactory)
          This creates and instance from an adapter factory and a domain notifier.
MappingItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappingItemProvider.TypeMappingHelperWrapper(AdapterFactory adapterFactory, Mapping mapping, MappingHelper typeMappingHelper)
           
MappingHelperItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappedObjectItemProvider(AdapterFactory adapterFactory, EObject mappedObject, Mapping mapping)
          This constructs an instance from a factory and a notifier.
FunctionPairItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
FunctionNamePairItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
ComplexTypeConverterItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
 

Uses of AdapterFactory in org.eclipse.emf.mapping.util
 

Classes in org.eclipse.emf.mapping.util that implement AdapterFactory
 class MappingAdapterFactory
           The Adapter Factory for the model.
 


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