Uses of Class
org.eclipse.emf.common.notify.impl.BasicNotifierImpl

Packages that use BasicNotifierImpl
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.resource.impl Provides an implementation of the resource API.  
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
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.tree.impl   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
 

Uses of BasicNotifierImpl in org.eclipse.emf.codegen.ecore.genmodel.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.codegen.ecore.genmodel.impl
 class GenAnnotationImpl
           An implementation of the model object 'Gen Annotation'
 class GenBaseImpl
           An implementation of the model object 'Gen Base'
 class GenClassifierImpl
           An implementation of the model object 'Gen Meta Object'
 class GenClassImpl
           An implementation of the model object 'Gen Class'
 class GenDataTypeImpl
           An implementation of the model object 'Gen Data Type'
 class GenEnumImpl
           An implementation of the model object 'Gen Enum'
 class GenEnumLiteralImpl
           An implementation of the model object 'Gen Enum Literal'
 class GenFeatureImpl
           An implementation of the model object 'Gen Feature'
 class GenModelFactoryImpl
           An implementation of the model Factory
 class GenModelImpl
           An implementation of the model object 'GenModel'
 class GenModelPackageImpl
           An implementation of the model Package
 class GenOperationImpl
           An implementation of the model object 'Gen Operation'
 class GenPackageImpl
           An implementation of the model object 'Gen Package'
 class GenParameterImpl
           An implementation of the model object 'Gen Parameter'
 class GenTypedElementImpl
           An implementation of the model object 'Gen Typed Element'
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.common.notify.impl
 class NotifierImpl
          An extensible notifier implementation.
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.change.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.change.impl
 class ChangeDescriptionImpl
           An implementation of the model object 'Description'
 class ChangeFactoryImpl
           An implementation of the model Factory
 class ChangePackageImpl
           An implementation of the model Package
 class EObjectToChangesMapEntryImpl
           An implementation of the model object 'EObject To Changes Map Entry'
 class FeatureChangeImpl
           An implementation of the model object 'Feature Change'
 class FeatureMapEntryImpl
           An implementation of the model object 'Feature Map Entry'.
 class ListChangeImpl
           An implementation of the model object 'List Change'
 class ResourceChangeImpl
           An implementation of the model object 'Resource Change'
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.impl
 class BasicEObjectImpl
          An implementation of the model object 'EObject'.
 class DynamicEObjectImpl
          An implementation of the model object 'EObject' that's tuned for dynamic use.
static class DynamicEObjectImpl.BasicEMapEntry
           
 class DynamicEStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class EAnnotationImpl
           An implementation of the model object 'EAnnotation'
 class EAttributeImpl
           An implementation of the model object 'EAttribute'
 class EClassifierImpl
           An implementation of the model object 'EMeta Object'.
 class EClassImpl
           An implementation of the model object 'EClass'.
 class EcoreFactoryImpl
           An implementation of the model Factory
 class EcorePackageImpl
           An implementation of the model Package
 class EDataTypeImpl
           An implementation of the model object 'EData Type'
 class EEnumImpl
           An implementation of the model object 'EEnum'
 class EEnumLiteralImpl
           An implementation of the model object 'EEnum Literal'
 class EFactoryImpl
           An implementation of the model object 'EFactory'
 class EModelElementImpl
           An implementation of the model object 'EModel Element'
 class ENamedElementImpl
           An implementation of the model object 'ENamed Element'
 class EObjectImpl
           An implementation of the model object 'EObject'
 class EOperationImpl
           An implementation of the model object 'EOperation'
 class EPackageImpl
           An implementation of the model object 'EPackage'.
 class EParameterImpl
           An implementation of the model object 'EParameter'
 class EReferenceImpl
           An implementation of the model object 'EReference'
 class EStoreEObjectImpl
          An implementation of 'EObject' that delegates to a store.
 class EStringToStringMapEntryImpl
           An implementation of the model object 'EString To String Map Entry'
 class EStructuralFeatureImpl
           An implementation of the model object 'EStructural Feature'.
 class ETypedElementImpl
           An implementation of the model object 'ETyped Element'
 class FlatEObjectImpl
          An implementation of the model object 'EObject'.
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.resource.impl
 class ResourceImpl
          A highly extensible resource implementation.
 class ResourceSetImpl
          An extensible resource set implementation.
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.util
static class BasicFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
static class DelegatingFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.xmi.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.xmi.impl
 class EMOFResourceImpl
          This class represents an Ecore model serialized as an EMOF XMI file.
 class GenericXMLResourceImpl
           
 class XMIResourceImpl
          This class represents an XMIResource.
 class XMLResourceImpl
          This class implements the XMLResource interface.
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.namespace.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.namespace.impl
 class XMLNamespaceDocumentRootImpl
           An implementation of the model object 'Document Root'
 class XMLNamespaceFactoryImpl
           An implementation of the model Factory
 class XMLNamespacePackageImpl
           An implementation of the model Package
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.type.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.type.impl
 class AnyTypeImpl
           An implementation of the model object 'Any Type'
 class SimpleAnyTypeImpl
           An implementation of the model object 'Simple Any Type'
 class XMLTypeDocumentRootImpl
           An implementation of the model object 'Document Root'
 class XMLTypeFactoryImpl
           An implementation of the model Factory
 class XMLTypePackageImpl
           An implementation of the model Package
 

Uses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.type.util
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.ecore.xml.type.util
 class XMLTypeResourceImpl
           The Resource associated with the package
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.edit.domain
protected  class AdapterFactoryEditingDomain.AdapterFactoryEditingDomainResourceSet
          This is an implementation of a context that knows about this editing domain.
 

Uses of BasicNotifierImpl in org.eclipse.emf.edit.tree.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.edit.tree.impl
 class TreeFactoryImpl
           An implementation of the model Factory
 class TreeNodeImpl
           An implementation of the model object 'Node'
 class TreePackageImpl
           An implementation of the model Package
 

Uses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2ecore.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2ecore.impl
 class Ecore2EcoreFactoryImpl
           An implementation of the model Factory
 class Ecore2EcoreMappingRootImpl
           An implementation of the model object 'Mapping Root'
 class Ecore2EcorePackageImpl
           An implementation of the model Package
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2ecore.util
 class Ecore2EcoreResourceImpl
           The Resource associated with the package
 

Uses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2xml.impl
 

Subclasses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2xml.impl
 class Ecore2XMLFactoryImpl
           An implementation of the model Factory
 class Ecore2XMLPackageImpl
           An implementation of the model Package
 class ENamedElementToXMLInfoMapEntryImpl
           An implementation of the model object 'ENamed Element To XML Info Map Entry'
 class XMLInfoImpl
           An implementation of the model object 'XML Info'
 class XMLMapImpl
           An implementation of the model object 'XML Map'
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.mapping.ecore2xml.util
 class Ecore2XMLResourceImpl
           The Resource associated with the package.
 

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

Subclasses of BasicNotifierImpl in org.eclipse.emf.mapping.impl
 class ComplexTypeConverterImpl
           An implementation of the model object 'Complex Type Converter'
 class FunctionNamePairImpl
           An implementation of the model object 'Function Name Pair'
 class FunctionPairImpl
           An implementation of the model object 'Function Pair'
 class MappingFactoryImpl
           An implementation of the model Factory
 class MappingHelperImpl
           An implementation of the model object 'Helper'
 class MappingImpl
           An implementation of the model object 'Mapping'
 class MappingPackageImpl
           An implementation of the model Package
 class MappingRootImpl
           An implementation of the model object 'Root'
 class MappingStrategyImpl
           An implementation of the model object 'Strategy'
 class TypeConverterImpl
           An implementation of the model object 'Type Converter'
 


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