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.resource Provides an API for modeling abstract persistent resources. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API. 
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.action This provides a reusable implementation of an IAction that delegates to a CommandActionDelegate, which is usually also a Command 
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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
           
 

Constructors in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type AdapterFactory
GenAnnotationItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
           
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category)
           
GenBaseItemProvider.GenItemPropertyDescriptor(AdapterFactory adapterFactory, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.String category)
           
GenBaseItemProvider(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
GenDataTypeItemProvider(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
GenEnumLiteralItemProvider(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
GenModelItemProvider(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
GenPackageItemProvider(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
ChangeDescriptionItemProvider(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
FeatureChangeItemProvider(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
ListChangeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ResourceChangeItemProvider(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
EAnnotationItemProvider(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
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
EDataTypeItemProvider(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
EEnumLiteralItemProvider(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
EGenericTypeItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
EModelElementItemProvider.ItemPropertyDescriptorWithUniqueChoiceOfValueLabels(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
           
EModelElementItemProvider(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
EObjectItemProvider(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
EPackageItemProvider(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
EReferenceItemProvider(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
EStructuralFeatureItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ETypedElementItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
ETypeParameterItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier
 

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

Methods in org.eclipse.emf.ecore.resource that return types with arguments of type AdapterFactory
 EList<AdapterFactory> ResourceSet.getAdapterFactories()
          Returns the list of registered AdapterFactory instances.
 

Uses of AdapterFactory in org.eclipse.emf.ecore.resource.impl
 

Fields in org.eclipse.emf.ecore.resource.impl with type parameters of type AdapterFactory
protected  EList<AdapterFactory> ResourceSetImpl.adapterFactories
          The registered adapter factories.
 

Methods in org.eclipse.emf.ecore.resource.impl that return types with arguments of type AdapterFactory
 EList<AdapterFactory> ResourceSetImpl.getAdapterFactories()
           
 

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(java.util.List<AdapterFactory> adapterFactories, java.lang.Object type)
          Returns the adapter factory for the specified adapter type.
 

Method parameters in org.eclipse.emf.ecore.util with type arguments of type AdapterFactory
static AdapterFactory EcoreUtil.getAdapterFactory(java.util.List<AdapterFactory> adapterFactories, java.lang.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, java.util.Map<Resource,java.lang.Boolean> 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 AdapterFactoryTreeIterator.adapterFactory
          This keeps track of the factory used to generate the ITreeItemContentProvider adapters.
protected  AdapterFactory ItemProviderAdapter.adapterFactory
          This keeps track of the adapter factory that created this adaptor.
protected  AdapterFactory ItemProviderDecorator.adapterFactory
          This keeps track of the adapter factory that created this adaptor.
protected  AdapterFactory AdapterFactoryItemDelegator.adapterFactory
          This keeps track of the factory used to generate the adapters.
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 WrapperItemProvider.adapterFactory
          The adapter factory for the owner's item provider.
protected  AdapterFactory DecoratorAdapterFactory.decoratedAdapterFactory
          This keeps the AdapterFactory being decorated.
 

Fields in org.eclipse.emf.edit.provider with type parameters of type AdapterFactory
protected  java.util.List<AdapterFactory> ComposedAdapterFactory.adapterFactories
          This keeps track of all the AdapterFactory delegates.
 

Methods in org.eclipse.emf.edit.provider that return AdapterFactory
 AdapterFactory ComposedAdapterFactory.Descriptor.createAdapterFactory()
          Creates an adapter factory.
protected  AdapterFactory ComposedAdapterFactory.delegatedGetFactoryForTypes(java.util.Collection<?> types)
           
 AdapterFactory ItemProviderAdapter.getAdapterFactory()
          This provides access to the factory.
 AdapterFactory ItemProviderDecorator.getAdapterFactory()
          This provides access to the factory.
 AdapterFactory AdapterFactoryItemDelegator.getAdapterFactory()
           
 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(java.lang.Object type)
           
 AdapterFactory ComposedAdapterFactory.getFactoryForTypes(java.util.Collection<?> types)
           
protected  AdapterFactory ItemProviderAdapter.getRootAdapterFactory()
          Gets the root factory if this local adapter factory is composed, otherwise just the local one.
protected  AdapterFactory WrapperItemProvider.getRootAdapterFactory()
          Returns the WrapperItemProvider.adapterFactory, if non-composeable, otherwise, returns its root adapter factory.
 

Methods in org.eclipse.emf.edit.provider with parameters of type AdapterFactory
 void ComposedAdapterFactory.addAdapterFactory(AdapterFactory adapterFactory)
           
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
          Creates an instance that uses a resource locator; indicates whether to be multi-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.
protected  ItemPropertyDescriptor ItemProviderAdapter.createItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category, java.lang.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  IWrapperItemProvider DelegatingWrapperItemProvider.createWrapper(java.lang.Object value, java.lang.Object owner, AdapterFactory adapterFactory)
          Creates a new instance of this wrapper for the given value, owner, and adapter factory.
 void ComposedAdapterFactory.insertAdapterFactory(AdapterFactory adapterFactory)
           
 void ComposedAdapterFactory.removeAdapterFactory(AdapterFactory adapterFactory)
           
 void ItemProvider.setAdapterFactory(AdapterFactory adapterFactory)
          This sets the optional adapter factory.
 void DecoratorAdapterFactory.setDecoratedAdapterFactory(AdapterFactory decoratedAdapterFactory)
          This sets the adapter factory whose adapters will be decorated.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type AdapterFactory
AdapterFactoryItemDelegator(AdapterFactory adapterFactory)
           
AdapterFactoryTreeIterator(AdapterFactory adapterFactory, E object)
          This constructs tree iterator that iterates over an object, it's children, their children, and so on.
AdapterFactoryTreeIterator(AdapterFactory adapterFactory, java.lang.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.
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a single-valued attribute.
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
AttributeValueWrapperItemProvider(java.lang.Object value, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for a value within a multi-valued attribute.
ComposedAdapterFactory(AdapterFactory adapterFactory)
           
ComposedAdapterFactory(AdapterFactory[] adapterFactories)
           
DecoratorAdapterFactory(AdapterFactory decoratedAdapterFactory)
          This creates an instance that decorates the adapters from the given adapter factory.
DelegatingWrapperItemProvider(java.lang.Object value, java.lang.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.
DelegatingWrapperItemProvider(java.lang.Object value, java.lang.Object owner, EStructuralFeature feature, int index, AdapterFactory adapterFactory)
          Creates an instance for the given value.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory)
          Deprecated. As of EMF 2.0.1, replaced by this form.
FeatureMapEntryWrapperItemProvider(FeatureMap.Entry entry, EObject owner, EAttribute attribute, int index, AdapterFactory adapterFactory, ResourceLocator resourceLocator)
          Creates an instance for the feature map entry.
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory)
           
ItemPropertyDescriptor.ItemDelegator(AdapterFactory adapterFactory, ResourceLocator resourceLocator)
           
ItemPropertyDescriptor.PropertyValueWrapper(AdapterFactory adapterFactory, java.lang.Object object, java.lang.Object propertyValue, java.lang.Object nestedPropertySource)
           
ItemPropertyDescriptor(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.String category, java.lang.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(AdapterFactory adapterFactory, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, boolean multiLine, boolean sortChoices, java.lang.Object staticImage, java.lang.String category, java.lang.String[] filterFlags)
          This creates an instance that uses a resource locator; indicates whether to be multi-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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, ResourceLocator resourceLocator, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.String category, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EReference[] parentReferences, boolean isSettable, java.lang.String category, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.Object staticImage, java.lang.String category, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.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, java.lang.String displayName, java.lang.String description, EStructuralFeature feature, boolean isSettable, java.lang.String category, java.lang.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.
ItemProvider(AdapterFactory adapterFactory)
          This creates an instance with the given adapter factory and an empty text that yields no children.
ItemProvider(AdapterFactory adapterFactory, java.util.Collection<?> children)
          This creates an instance with the given adapter factory that yields the given children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text)
          This creates an instance with the given adapter factor and text that yields no children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text, java.util.Collection<?> children)
          This creates an instance with the given adapter factory and text that yields the given children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text, java.lang.Object image)
          This creates an instance with the given adapter factory, text, and image that yields no children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text, java.lang.Object image, java.util.Collection<?> children)
          This creates an instance with the given adapter factory, text and image that yields the given children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text, java.lang.Object image, java.lang.Object parent)
          This creates an instance with the given adapter factory, text, image, and parent that yields no children.
ItemProvider(AdapterFactory adapterFactory, java.lang.String text, java.lang.Object image, java.lang.Object parent, java.util.Collection<?> children)
          This creates an instance with the given adapter factory, notifier, text, image, and parent that yields the given children.
ItemProviderAdapter(AdapterFactory adapterFactory)
          An instance is created from an adapter factory.
ItemProviderDecorator(AdapterFactory adapterFactory)
          An instance is created from an adapter factory.
ReflectiveItemProvider(AdapterFactory adapterFactory)
           
WrapperItemProvider(java.lang.Object value, java.lang.Object owner, EStructuralFeature feature, int index, AdapterFactory adapterFactory)
          Creates an instance.
 

Constructor parameters in org.eclipse.emf.edit.provider with type arguments of type AdapterFactory
ComposedAdapterFactory(java.util.Collection<? extends AdapterFactory> adapterFactories)
           
 

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
ResourceItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
ResourceSetItemProvider(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.action
 

Methods in org.eclipse.emf.edit.ui.action with parameters of type AdapterFactory
protected  Diagnostician ValidateAction.createDiagnostician(AdapterFactory adapterFactory, IProgressMonitor progressMonitor)
           
 

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

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

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

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

Constructors in org.eclipse.emf.edit.ui.celleditor with parameters of type AdapterFactory
AdapterFactoryTableTreeEditor(TableTree tableTree, AdapterFactory adapterFactory)
          Deprecated.  
AdapterFactoryTreeEditor(Tree tree, 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
AdapterFactoryContentProvider(AdapterFactory adapterFactory)
          This constructs an instance that wraps this factory.
AdapterFactoryLabelProvider.ColorProvider(AdapterFactory adapterFactory, Color defaultForeground, Color defaultBackground)
          Construct an instance that wraps the given factory and specifies the given default colors.
AdapterFactoryLabelProvider.ColorProvider(AdapterFactory adapterFactory, Viewer viewer)
          Construct an instance that wraps the given factory and uses the colors of the viewer's control.
AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory adapterFactory, Font defaultFont, Color defaultForeground, Color defaultBackground)
          Construct an instance that wraps the given factory and specifies the given default font and colors.
AdapterFactoryLabelProvider.FontAndColorProvider(AdapterFactory adapterFactory, Viewer viewer)
          Construct an instance that wraps the given factory and uses the font and colors of the viewer's control.
AdapterFactoryLabelProvider.FontProvider(AdapterFactory adapterFactory, Font defaultFont)
          Construct an instance that wraps the given factory and specifies the given default font.
AdapterFactoryLabelProvider.FontProvider(AdapterFactory adapterFactory, Viewer viewer)
          Construct an instance that wraps the given factory and uses the font of the viewer's control.
AdapterFactoryLabelProvider(AdapterFactory adapterFactory)
          Construct an instance that wraps the given 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[] adapterFactories)
           
protected  ComposedAdapterFactory AdapterFactoryMappingDomain.createComposedAdapterFactory(AdapterFactory mappingDomainAdapterFactory, AdapterFactory topDomainAdapterFactory, AdapterFactory bottomDomainAdapterFactory)
           
 

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

Constructor parameters in org.eclipse.emf.mapping.domain with type arguments of type AdapterFactory
AdapterFactoryMappingDomain.EditingDomainProvidingComposedAdapterFactory(java.util.Collection<? extends 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, java.lang.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
ENamedElementToXMLInfoMapEntryItemProvider(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
XMLMapItemProvider(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 MappingEditor.OverviewViewer.adapterFactory
          Deprecated.  
protected  AdapterFactory SimpleMappedObjectViewer.adapterFactory
           
 

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

Constructors in org.eclipse.emf.mapping.presentation with parameters of type AdapterFactory
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory, Action action, boolean exclude)
           
MappingEditor.MyDecoratorAdapterFactory(AdapterFactory adapterFactory, Action action, boolean exclude, Action multipleColumnsAction)
           
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 JFace viewers.
 

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

Constructors in org.eclipse.emf.mapping.provider with parameters of type AdapterFactory
ComplexTypeConverterItemProvider(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.
FunctionPairItemProvider(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.
MappingHelperItemProvider(AdapterFactory adapterFactory)
          This constructs an instance from a factory and a notifier.
MappingItemProvider.TypeMappingHelperWrapper(AdapterFactory adapterFactory, Mapping mapping, MappingHelper typeMappingHelper)
           
MappingItemProvider(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.
MappingRootItemProvider(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.
TypeConverterItemProvider(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.