Uses of Interface
org.eclipse.emf.common.notify.Adapter.Internal

Packages that use Adapter.Internal
org.eclipse.emf.codegen.ecore.generator   
org.eclipse.emf.codegen.ecore.genmodel.generator   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.databinding.internal   
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.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.provider Provides item providers for Ecore. 
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.examples.extlibrary.provider   
org.eclipse.emf.examples.generator.validator   
org.eclipse.emf.java.provider   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.provider   
org.eclipse.emf.mapping.xsd2ecore.provider   
org.eclipse.emf.test.core.ecore   
org.eclipse.emf.test.models.ext.provider   
org.eclipse.emf.test.models.ref.provider   
org.eclipse.emf.test.models.ref.unsettable.provider   
org.eclipse.emf.test.models.tree.provider   
 

Uses of Adapter.Internal in org.eclipse.emf.codegen.ecore.generator
 

Classes in org.eclipse.emf.codegen.ecore.generator that implement Adapter.Internal
 class AbstractGeneratorAdapter
          A base GeneratorAdapter implementation.
 

Uses of Adapter.Internal in org.eclipse.emf.codegen.ecore.genmodel.generator
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.generator that implement Adapter.Internal
 class GenBaseGeneratorAdapter
          A base generator adapter implementation for GenModel elements.
 class GenClassGeneratorAdapter
          A GeneratorAdapter for instances of GenClass.
 class GenEnumGeneratorAdapter
          A GeneratorAdapter for instances of GenEnum.
 class GenModelGeneratorAdapter
          A GeneratorAdapter for instances of GenModel.
 class GenPackageGeneratorAdapter
          A GeneratorAdapter for instances of GenPackage.
 

Uses of Adapter.Internal in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Classes in org.eclipse.emf.codegen.ecore.genmodel.provider that implement Adapter.Internal
 class GenAnnotationItemProvider
          This is the item provider adapter for a GenAnnotation object
 class GenBaseItemProvider
          This is the item provider adapter for a GenBase object
 class GenClassItemProvider
          This is the item provider adapter for a GenClass object
 class GenDataTypeItemProvider
          This is the item provider adapter for a GenDataType object
 class GenEnumItemProvider
          This is the item provider adapter for a GenEnum object
 class GenEnumLiteralItemProvider
          This is the item provider adapter for a GenEnumLiteral object
 class GenFeatureItemProvider
          This is the item provider adapter for a GenFeature object
 class GenModelItemProvider
          This is the item provider adapter for a GenModel object
 class GenOperationItemProvider
          This is the item provider adapter for a GenOperation object
 class GenPackageItemProvider
          This is the item provider adapter for a GenPackage object
 

Uses of Adapter.Internal in org.eclipse.emf.common.notify.impl
 

Classes in org.eclipse.emf.common.notify.impl that implement Adapter.Internal
 class AdapterImpl
          An extensible adapter implementation.
 class SingletonAdapterImpl
          An alternate, extensible adapter implementation that is well suited to adapt for a number of objects (typically all objects of a given type).
 

Uses of Adapter.Internal in org.eclipse.emf.databinding.internal
 

Classes in org.eclipse.emf.databinding.internal that implement Adapter.Internal
 class EMFPropertyListener
          PROVISIONAL: This API is subject to arbitrary change, including renaming or removal.
static class EMFPropertyListener.EMFListPropertyListener
           
static class EMFPropertyListener.EMFMapPropertyListener
           
static class EMFPropertyListener.EMFSetPropertyListener
           
static class EMFPropertyListener.EMFValuePropertyListener
           
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.change.provider
 

Classes in org.eclipse.emf.ecore.change.provider that implement Adapter.Internal
 class ChangeDescriptionItemProvider
          This is the item provider adapter for a ChangeDescription object
 class EObjectToChangesMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class FeatureChangeItemProvider
          This is the item provider adapter for a FeatureChange object
 class FeatureMapEntryItemProvider
          This is the item provider adapter for a FeatureMapEntry object
 class ListChangeItemProvider
          This is the item provider adapter for a ListChange object
 class ResourceChangeItemProvider
          This is the item provider adapter for a ResourceChange object
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.change.util
 

Classes in org.eclipse.emf.ecore.change.util that implement Adapter.Internal
 class ChangeRecorder
          A change recorder for the tree contents of a collection of EObjects.
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.impl
 

Classes in org.eclipse.emf.ecore.impl that implement Adapter.Internal
 class ESuperAdapter
          An adapter implementation for maintaining EClasses
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.provider
 

Classes in org.eclipse.emf.ecore.provider that implement Adapter.Internal
 class EAnnotationItemProvider
          This is the item provider adapter for a EAnnotation object
 class EAttributeItemProvider
          This is the item provider adapter for a EAttribute object
 class EClassifierItemProvider
          This is the item provider adapter for a EClassifier object
 class EClassItemProvider
          This is the item provider adapter for a EClass object
 class EDataTypeItemProvider
          This is the item provider adapter for a EDataType object
 class EEnumItemProvider
          This is the item provider adapter for a EEnum object
 class EEnumLiteralItemProvider
          This is the item provider adapter for a EEnumLiteral object
 class EFactoryItemProvider
          This is the item provider adapter for a EFactory object
 class EGenericTypeItemProvider
          This is the item provider adapter for a EGenericType object
 class EModelElementItemProvider
          This is the item provider adapter for a EModelElement object
 class ENamedElementItemProvider
          This is the item provider adapter for a ENamedElement object
 class EObjectItemProvider
          This is the item provider adapter for a EObject object
 class EOperationItemProvider
          This is the item provider adapter for a EOperation object
 class EPackageItemProvider
          This is the item provider adapter for a EPackage object
 class EParameterItemProvider
          This is the item provider adapter for a EParameter object
 class EReferenceItemProvider
          This is the item provider adapter for a EReference object
 class EStringToStringMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class EStructuralFeatureItemProvider
          This is the item provider adapter for a EStructuralFeature object
 class ETypedElementItemProvider
          This is the item provider adapter for a ETypedElement object
 class ETypeParameterItemProvider
          This is the item provider adapter for a ETypeParameter object
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.resource.impl
 

Classes in org.eclipse.emf.ecore.resource.impl that implement Adapter.Internal
protected  class ResourceImpl.ModificationTrackingAdapter
          An adapter implementation for tracking resource modification.
 

Uses of Adapter.Internal in org.eclipse.emf.ecore.util
 

Classes in org.eclipse.emf.ecore.util that implement Adapter.Internal
 class EContentAdapter
          An adapter that maintains itself as an adapter for all contained objects as they come and go.
 class ECrossReferenceAdapter
          An adapter that maintains itself as an adapter for all contained objects.
 

Uses of Adapter.Internal in org.eclipse.emf.edit.domain
 

Classes in org.eclipse.emf.edit.domain that implement Adapter.Internal
static class AdapterFactoryEditingDomain.EditingDomainProvider
          This class is an adapter than implements IEditingDomainProvider.
 

Uses of Adapter.Internal in org.eclipse.emf.edit.provider
 

Classes in org.eclipse.emf.edit.provider that implement Adapter.Internal
 class ItemProviderAdapter
          This adapter implementation provides a convenient reusable base for adapters that will be used as item providers.
 class ReflectiveItemProvider
          This adapter implementation provides reflective support that emulates the behaviour of a default generated item provider.
 

Uses of Adapter.Internal in org.eclipse.emf.edit.provider.resource
 

Classes in org.eclipse.emf.edit.provider.resource that implement Adapter.Internal
 class ResourceItemProvider
          This is the item provider adapter for a Resource object.
 class ResourceSetItemProvider
          This is the item provider adapter for a ResourceSet object.
 

Uses of Adapter.Internal in org.eclipse.emf.edit.tree.provider
 

Classes in org.eclipse.emf.edit.tree.provider that implement Adapter.Internal
 class TreeNodeItemProvider
          This is the item provider adapter for a TreeNode object.
 

Uses of Adapter.Internal in org.eclipse.emf.examples.extlibrary.provider
 

Classes in org.eclipse.emf.examples.extlibrary.provider that implement Adapter.Internal
 class AudioVisualItemItemProvider
          This is the item provider adapter for a AudioVisualItem object
 class BookItemProvider
          This is the item provider adapter for a Book object
 class BookOnTapeItemProvider
          This is the item provider adapter for a BookOnTape object
 class BorrowerItemProvider
          This is the item provider adapter for a Borrower object
 class CirculatingItemItemProvider
          This is the item provider adapter for a CirculatingItem object
 class EmployeeItemProvider
          This is the item provider adapter for a Employee object
 class ItemItemProvider
          This is the item provider adapter for a Item object
 class LibraryItemProvider
          This is the item provider adapter for a Library object
 class PeriodicalItemProvider
          This is the item provider adapter for a Periodical object
 class PersonItemProvider
          This is the item provider adapter for a Person object
 class VideoCassetteItemProvider
          This is the item provider adapter for a VideoCassette object
 class WriterItemProvider
          This is the item provider adapter for a Writer object
 

Uses of Adapter.Internal in org.eclipse.emf.examples.generator.validator
 

Classes in org.eclipse.emf.examples.generator.validator that implement Adapter.Internal
 class GenClassValidatorGeneratorAdapter
           
 class GenModelValidatorGeneratorAdapter
           
 

Uses of Adapter.Internal in org.eclipse.emf.java.provider
 

Classes in org.eclipse.emf.java.provider that implement Adapter.Internal
 class JClassItemProvider
          This is the item provider adapter for a JClass object
 class JCompilationUnitItemProvider
          This is the item provider adapter for a JCompilationUnit object
 class JFieldItemProvider
          This is the item provider adapter for a JField object
 class JInitializerItemProvider
          This is the item provider adapter for a JInitializer object
 class JMemberItemProvider
          This is the item provider adapter for a JMember object
 class JMethodItemProvider
          This is the item provider adapter for a JMethod object
 class JModelElementItemProvider
          This is the item provider adapter for a JModelElement object
 class JPackageItemProvider
          This is the item provider adapter for a JPackage object
 class JParameterItemProvider
          This is the item provider adapter for a JParameter object
 

Uses of Adapter.Internal in org.eclipse.emf.mapping.ecore2ecore.provider
 

Classes in org.eclipse.emf.mapping.ecore2ecore.provider that implement Adapter.Internal
 class Ecore2EcoreMappingRootItemProvider
          This is the item provider adapter for a Ecore2EcoreMappingRoot object
 

Uses of Adapter.Internal in org.eclipse.emf.mapping.ecore2xml.provider
 

Classes in org.eclipse.emf.mapping.ecore2xml.provider that implement Adapter.Internal
 class ENamedElementToXMLInfoMapEntryItemProvider
          This is the item provider adapter for a Map.Entry object
 class XMLInfoItemProvider
          This is the item provider adapter for a XMLInfo object
 class XMLMapItemProvider
          This is the item provider adapter for a XMLMap object
 

Uses of Adapter.Internal in org.eclipse.emf.mapping.impl
 

Classes in org.eclipse.emf.mapping.impl that implement Adapter.Internal
protected  class MappingRootImpl.MappedObjectStateAdapter
          This is a simple implementation of the basic information that needs to be maintained for any mapped object.
 

Uses of Adapter.Internal in org.eclipse.emf.mapping.provider
 

Classes in org.eclipse.emf.mapping.provider that implement Adapter.Internal
 class ComplexTypeConverterItemProvider
          This is the item provider adpater for a ComplexTypeConverter object.
 class FunctionNamePairItemProvider
          This is the item provider adpater for a FunctionNamePair object.
 class FunctionPairItemProvider
          This is the item provider adpater for a FunctionPair object.
 class MappingHelperItemProvider
          This is the item provider adpater for a MappingHelper object.
 class MappingItemProvider
          This is the item provider adpater for a Mapping object.
 class MappingItemProviderAdapter
          This is the base class for all our providers, in case we need to add common function across all our providers.
 class MappingRootItemProvider
          This is the item provider adpater for a MappingRoot object.
 class MappingStrategyItemProvider
          This is the item provider adpater for a MappingStrategy object.
 class TypeConverterItemProvider
          This is the item provider adpater for a TypeConverter object.
 

Uses of Adapter.Internal in org.eclipse.emf.mapping.xsd2ecore.provider
 

Classes in org.eclipse.emf.mapping.xsd2ecore.provider that implement Adapter.Internal
 class XSD2EcoreMappingRootItemProvider
          This is the item provider adapter for a XSD2EcoreMappingRoot object
 

Uses of Adapter.Internal in org.eclipse.emf.test.core.ecore
 

Classes in org.eclipse.emf.test.core.ecore that implement Adapter.Internal
static class EcoreTest.NotificationCollector
           
 

Uses of Adapter.Internal in org.eclipse.emf.test.models.ext.provider
 

Classes in org.eclipse.emf.test.models.ext.provider that implement Adapter.Internal
 class ExtEItemProvider
          This is the item provider adapter for a ExtE object
 class FItemProvider
          This is the item provider adapter for a F object
 

Uses of Adapter.Internal in org.eclipse.emf.test.models.ref.provider
 

Classes in org.eclipse.emf.test.models.ref.provider that implement Adapter.Internal
 class AItemProvider
          This is the item provider adapter for a A object
 class BItemProvider
          This is the item provider adapter for a B object
 class C1ItemProvider
          This is the item provider adapter for a C1 object
 class C2ItemProvider
          This is the item provider adapter for a C2 object
 class C3ItemProvider
          This is the item provider adapter for a C3 object
 class C4ItemProvider
          This is the item provider adapter for a C4 object
 class CItemProvider
          This is the item provider adapter for a C object
 class DItemProvider
          This is the item provider adapter for a D object
 class EItemProvider
          This is the item provider adapter for a E object
 

Uses of Adapter.Internal in org.eclipse.emf.test.models.ref.unsettable.provider
 

Classes in org.eclipse.emf.test.models.ref.unsettable.provider that implement Adapter.Internal
 class AUItemProvider
          This is the item provider adapter for a AU object
 class BUItemProvider
          This is the item provider adapter for a BU object
 class C1UItemProvider
          This is the item provider adapter for a C1U object
 class C2UItemProvider
          This is the item provider adapter for a C2U object
 class C3UItemProvider
          This is the item provider adapter for a C3U object
 class C4UItemProvider
          This is the item provider adapter for a C4U object
 class CUItemProvider
          This is the item provider adapter for a CU object
 class DUItemProvider
          This is the item provider adapter for a DU object
 class EUItemProvider
          This is the item provider adapter for a EU object
 

Uses of Adapter.Internal in org.eclipse.emf.test.models.tree.provider
 

Classes in org.eclipse.emf.test.models.tree.provider that implement Adapter.Internal
 class DataItemProvider
          This is the item provider adapter for a Data object
 class NodeItemProvider
          This is the item provider adapter for a Node object
 


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