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

Packages that use Notifier
org.eclipse.emf.codegen.ecore.generator   
org.eclipse.emf.codegen.ecore.genmodel   
org.eclipse.emf.codegen.ecore.genmodel.generator   
org.eclipse.emf.codegen.ecore.genmodel.impl   
org.eclipse.emf.codegen.ecore.genmodel.provider   
org.eclipse.emf.codegen.ecore.genmodel.util   
org.eclipse.emf.common.notify Provides a notification framework. 
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.ecore Provides an API for the Ecore dialect of UML. 
org.eclipse.emf.ecore.change Provides an API for describing and applying model changes. 
org.eclipse.emf.ecore.change.impl Provides an implementation of the Change model. 
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 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.ecore.xmi   
org.eclipse.emf.ecore.xmi.impl   
org.eclipse.emf.ecore.xml.namespace   
org.eclipse.emf.ecore.xml.namespace.impl   
org.eclipse.emf.ecore.xml.type   
org.eclipse.emf.ecore.xml.type.impl   
org.eclipse.emf.ecore.xml.type.util   
org.eclipse.emf.edit.command This provides a framework for implementing and composing Commands as well as implementations of all primitive EMF commands.
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   
org.eclipse.emf.edit.tree.impl   
org.eclipse.emf.edit.tree.provider   
org.eclipse.emf.edit.tree.util   
org.eclipse.emf.mapping   
org.eclipse.emf.mapping.ecore2ecore   
org.eclipse.emf.mapping.ecore2ecore.impl   
org.eclipse.emf.mapping.ecore2ecore.provider   
org.eclipse.emf.mapping.ecore2ecore.util   
org.eclipse.emf.mapping.ecore2xml   
org.eclipse.emf.mapping.ecore2xml.impl   
org.eclipse.emf.mapping.ecore2xml.provider   
org.eclipse.emf.mapping.ecore2xml.util   
org.eclipse.emf.mapping.impl   
org.eclipse.emf.mapping.provider   
org.eclipse.emf.mapping.util   
 

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

Methods in org.eclipse.emf.codegen.ecore.generator with parameters of type Notifier
 Adapter AbstractGeneratorAdapterFactory.adapt(Notifier target, Object type)
          Does an adapt(Notifier, Object), substituting this for the given type.
protected  Adapter AbstractGeneratorAdapterFactory.createAdapter(Notifier target, Object type)
          Calls AbstractGeneratorAdapterFactory.createAdapter(Notifier) to create an adapter for the given Notifier and sets its adapter factory to this.
protected abstract  Adapter AbstractGeneratorAdapterFactory.createAdapter(Notifier target)
          Override this to create the adapter for a Notifier.
 

Uses of Notifier in org.eclipse.emf.codegen.ecore.genmodel
 

Subinterfaces of Notifier in org.eclipse.emf.codegen.ecore.genmodel
 interface GenAnnotation
           A representation of the model object 'Gen Annotation'
 interface GenBase
           A representation of the model object 'Gen Base'
 interface GenClass
           A representation of the model object 'Gen Class'
 interface GenClassifier
           A representation of the model object 'Gen Meta Object'
 interface GenDataType
           A representation of the model object 'Gen Data Type'
 interface GenEnum
           A representation of the model object 'Gen Enum'
 interface GenEnumLiteral
           A representation of the model object 'Gen Enum Literal'
 interface GenFeature
           A representation of the model object 'Gen Feature'
 interface GenModel
           A representation of the model object 'GenModel'
 interface GenModelFactory
           The Factory for the model.
 interface GenModelPackage
           The Package for the model.
 interface GenOperation
           A representation of the model object 'Gen Operation'
 interface GenPackage
           A representation of the model object 'Gen Package'
 interface GenParameter
           A representation of the model object 'Gen Parameter'
 interface GenTypedElement
           A representation of the model object 'Gen Typed Element'
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.generator with parameters of type Notifier
 Adapter GenModelGeneratorAdapterFactory.adapt(Notifier target, Object type)
          Does an adapt(Notifier, Object), substituting this for the given type.
 

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

Classes in org.eclipse.emf.codegen.ecore.genmodel.impl that implement Notifier
 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 Notifier in org.eclipse.emf.codegen.ecore.genmodel.provider
 

Methods in org.eclipse.emf.codegen.ecore.genmodel.provider with parameters of type Notifier
 Adapter GenModelItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Methods in org.eclipse.emf.codegen.ecore.genmodel.util with parameters of type Notifier
 Adapter GenModelAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 

Uses of Notifier in org.eclipse.emf.common.notify
 

Methods in org.eclipse.emf.common.notify that return Notifier
 Notifier Adapter.getTarget()
          Returns the target from which the adapter receives notification.
 

Methods in org.eclipse.emf.common.notify with parameters of type Notifier
 Adapter AdapterFactory.adapt(Notifier target, Object type)
          Returns either a previously associated adapter or a newly associated adapter, as appropriate.
 Adapter AdapterFactory.adaptNew(Notifier target, Object type)
          Creates a new associated adapter of the given type; it may optionally call setTarget on the adapter, and it may optionally add the adapter to the target.eAdapters().
 void AdapterFactory.adaptAllNew(Notifier notifier)
          Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
 void Adapter.setTarget(Notifier newTarget)
          Sets the target from which the adapter will receive notification.
 void Adapter.Internal.unsetTarget(Notifier oldTarget)
          Unsets the target from which the adapter will receive notification.
 

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

Classes in org.eclipse.emf.common.notify.impl that implement Notifier
 class BasicNotifierImpl
          An extensible notifier implementation.
 class NotifierImpl
          An extensible notifier implementation.
 

Fields in org.eclipse.emf.common.notify.impl declared as Notifier
protected  Notifier BasicNotifierImpl.EAdapterList.notifier
           
protected  Notifier AdapterImpl.target
          The last notifier set to this adapter.
 

Methods in org.eclipse.emf.common.notify.impl that return Notifier
 Notifier SingletonAdapterImpl.getTarget()
           
 Notifier AdapterImpl.getTarget()
           
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type Notifier
 void SingletonAdapterImpl.setTarget(Notifier target)
           
 void SingletonAdapterImpl.unsetTarget(Notifier target)
           
 void AdapterImpl.setTarget(Notifier newTarget)
           
 void AdapterImpl.unsetTarget(Notifier oldTarget)
           
 Adapter AdapterFactoryImpl.adapt(Notifier target, Object type)
           
 Adapter AdapterFactoryImpl.adaptNew(Notifier target, Object type)
          Creates an adapter by calling createAdapter(Notifier, Object) and associates it by calling associate.
 void AdapterFactoryImpl.adaptAllNew(Notifier target)
          Creates an adapter by calling createAdapter(Notifier) and associates it by calling associate.
protected  Adapter AdapterFactoryImpl.createAdapter(Notifier target, Object type)
          Creates an adapter by calling createAdapter(Notifier).
protected  Adapter AdapterFactoryImpl.createAdapter(Notifier target)
          Creates an AdapterImpl.
protected  void AdapterFactoryImpl.associate(Adapter adapter, Notifier target)
          Associates an adapter with a notifier by adding it to the target's adapters.
 

Constructors in org.eclipse.emf.common.notify.impl with parameters of type Notifier
BasicNotifierImpl.EAdapterList(Notifier notifier)
           
 

Uses of Notifier in org.eclipse.emf.ecore
 

Subinterfaces of Notifier in org.eclipse.emf.ecore
 interface EAnnotation
           A representation of the model object 'EAnnotation'
 interface EAttribute
           A representation of the model object 'EAttribute'
 interface EClass
           A representation of the model object 'EClass'
 interface EClassifier
           A representation of the model object 'EClassifier'
 interface EcoreFactory
           The Factory for the model.
 interface EcorePackage
           The Package for the model.
 interface EDataType
           A representation of the model object 'EData Type'
 interface EEnum
           A representation of the model object 'EEnum'
 interface EEnumLiteral
           A representation of the model object 'EEnum Literal'.
 interface EFactory
           A representation of the model object 'EFactory'.
 interface EModelElement
           A representation of the model object 'EModel Element'
 interface ENamedElement
           A representation of the model object 'ENamed Element'
 interface EObject
           A representation of the model object 'EObject'.
 interface EOperation
           A representation of the model object 'EOperation'
 interface EPackage
           A representation of the model object 'EPackage'
 interface EParameter
           A representation of the model object 'EParameter'
 interface EReference
           A representation of the model object 'EReference'
 interface EStructuralFeature
           A representation of the model object 'EStructural Feature'
static interface EStructuralFeature.Internal
          Internal API implemented by all features.
 interface ETypedElement
           A representation of the model object 'ETyped Element'
 interface InternalEObject
          An internal interface implemented by all EObjects.
 

Uses of Notifier in org.eclipse.emf.ecore.change
 

Subinterfaces of Notifier in org.eclipse.emf.ecore.change
 interface ChangeDescription
           A representation of the model object 'Description'
 interface ChangeFactory
           The Factory for the model.
 interface ChangePackage
           The Package for the model.
 interface FeatureChange
           A representation of the model object 'Feature Change'
 interface FeatureMapEntry
           A representation of the model object 'Feature Map Entry'
 interface ListChange
           A representation of the model object 'List Change'
 interface ResourceChange
           A representation of the model object 'Resource Change'
 

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

Classes in org.eclipse.emf.ecore.change.impl that implement Notifier
 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 Notifier in org.eclipse.emf.ecore.change.provider
 

Methods in org.eclipse.emf.ecore.change.provider with parameters of type Notifier
 Adapter ChangeItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Methods in org.eclipse.emf.ecore.change.util that return Notifier
 Notifier ChangeRecorder.getTarget()
           
 

Methods in org.eclipse.emf.ecore.change.util with parameters of type Notifier
protected  void ChangeRecorder.removeAdapter(Notifier notifier)
           
 void ChangeRecorder.setTarget(Notifier target)
          Handles installation of the adapter by adding the adapter to each of the directly contained objects.
 void ChangeRecorder.unsetTarget(Notifier oldTarget)
           
protected  void ChangeRecorder.addAdapter(Notifier notifier)
           
 Adapter ChangeAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 

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

Classes in org.eclipse.emf.ecore.impl that implement Notifier
 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 Notifier in org.eclipse.emf.ecore.provider
 

Methods in org.eclipse.emf.ecore.provider with parameters of type Notifier
 Adapter EcoreItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Subinterfaces of Notifier in org.eclipse.emf.ecore.resource
 interface Resource
          A persistent document.
static interface Resource.Internal
          An internal interface implemented by all resources.
 interface ResourceSet
          A collection of related persistent documents.
 

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

Classes in org.eclipse.emf.ecore.resource.impl that implement Notifier
 class ResourceImpl
          A highly extensible resource implementation.
 class ResourceSetImpl
          An extensible resource set implementation.
 

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

Classes in org.eclipse.emf.ecore.util that implement Notifier
static class BasicFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
static class DelegatingFeatureMap.FeatureMapEObjectImpl
          Temporary for testing purposes only.
 

Methods in org.eclipse.emf.ecore.util that return Notifier
 Notifier ECrossReferenceAdapter.getTarget()
           
 

Methods in org.eclipse.emf.ecore.util with parameters of type Notifier
static Adapter EcoreUtil.getExistingAdapter(Notifier notifier, Object type)
          Returns the specified notifier's exisiting adapter of the specified type.
 Adapter EcoreAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
static ECrossReferenceAdapter ECrossReferenceAdapter.getCrossReferenceAdapter(Notifier notifier)
          Returns the first ECrossReferenceAdapter in the notifier's adapter list, or null, if there isn't one.
 void ECrossReferenceAdapter.setTarget(Notifier target)
          Handles installation of the adapter by adding the adapter to each of the directly contained objects.
 void ECrossReferenceAdapter.unsetTarget(Notifier target)
          Handles deinstallation of the adapter by removing the adapter to each of the directly contained objects.
protected  void ECrossReferenceAdapter.addAdapter(Notifier notifier)
           
protected  void ECrossReferenceAdapter.removeAdapter(Notifier notifier)
           
 void EContentAdapter.setTarget(Notifier target)
          Handles installation of the adapter by adding the adapter to each of the directly contained objects.
protected  void EContentAdapter.basicSetTarget(Notifier target)
          Actually sets the target by calling super.
 void EContentAdapter.unsetTarget(Notifier target)
          Handles deinstallation of the adapter by removing the adapter from each of the directly contained objects.
protected  void EContentAdapter.basicUnsetTarget(Notifier target)
          Actually unsets the target by calling super.
protected  void EContentAdapter.addAdapter(Notifier notifier)
           
protected  void EContentAdapter.removeAdapter(Notifier notifier)
           
 

Uses of Notifier in org.eclipse.emf.ecore.xmi
 

Subinterfaces of Notifier in org.eclipse.emf.ecore.xmi
 interface XMIResource
          A resource that serializes to XMI.
 interface XMLResource
          This interface represents an XML resource.
 

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

Classes in org.eclipse.emf.ecore.xmi.impl that implement Notifier
 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 Notifier in org.eclipse.emf.ecore.xml.namespace
 

Subinterfaces of Notifier in org.eclipse.emf.ecore.xml.namespace
 interface XMLNamespaceDocumentRoot
           A representation of the model object 'Document Root'
 interface XMLNamespaceFactory
           The Factory for the model.
 interface XMLNamespacePackage
           The Package for the model.
 

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

Classes in org.eclipse.emf.ecore.xml.namespace.impl that implement Notifier
 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 Notifier in org.eclipse.emf.ecore.xml.type
 

Subinterfaces of Notifier in org.eclipse.emf.ecore.xml.type
 interface AnyType
           A representation of the model object 'Any Type'
 interface SimpleAnyType
           A representation of the model object 'Simple Any Type'
 interface XMLTypeDocumentRoot
           A representation of the model object 'Document Root'
 interface XMLTypeFactory
           The Factory for the model.
 interface XMLTypePackage
           The Package for the model.
 

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

Classes in org.eclipse.emf.ecore.xml.type.impl that implement Notifier
 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 Notifier in org.eclipse.emf.ecore.xml.type.util
 

Classes in org.eclipse.emf.ecore.xml.type.util that implement Notifier
 class XMLTypeResourceImpl
           The Resource associated with the package
 

Uses of Notifier in org.eclipse.emf.edit.command
 

Fields in org.eclipse.emf.edit.command declared as Notifier
protected  Notifier ChangeCommand.notifier
           
 

Constructors in org.eclipse.emf.edit.command with parameters of type Notifier
ChangeCommand(ChangeRecorder changeRecorder, Notifier notifier)
           
ChangeCommand(Notifier notifier)
           
 

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

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

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

Methods in org.eclipse.emf.edit.provider with parameters of type Notifier
 Adapter ReflectiveItemProviderAdapterFactory.createAdapter(Notifier target)
           
 Adapter ReflectiveItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter.
 void ItemProviderAdapter.setTarget(Notifier target)
           
 void ItemProviderAdapter.unsetTarget(Notifier target)
           
 Adapter DecoratorAdapterFactory.adapt(Notifier target, Object type)
          This delegates to DecoratorAdapterFactory.adapt(Object,Object)
 Adapter DecoratorAdapterFactory.adaptNew(Notifier target, Object type)
          This interface is not support; an exception will be thrown.
 void DecoratorAdapterFactory.adaptAllNew(Notifier target)
           
 Adapter ComposedAdapterFactory.adapt(Notifier target, Object type)
           
protected  Adapter ComposedAdapterFactory.adapt(Notifier target, Object type, Collection failedPackages, Class javaClass)
           
 Adapter ComposedAdapterFactory.adaptNew(Notifier target, Object type)
          This method isn't implemented and will throw and exception.
 void ComposedAdapterFactory.adaptAllNew(Notifier target)
           
 

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

Methods in org.eclipse.emf.edit.provider.resource with parameters of type Notifier
 Adapter ResourceItemProviderAdapterFactory.createAdapter(Notifier target)
           
 Adapter ResourceItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter.
protected  void ResourceItemProviderAdapterFactory.associate(Adapter adapter, Notifier target)
           
 

Uses of Notifier in org.eclipse.emf.edit.tree
 

Subinterfaces of Notifier in org.eclipse.emf.edit.tree
 interface TreeFactory
           The Factory for the model.
 interface TreeNode
           A representation of the model object 'Node'
 interface TreePackage
           The Package for the model.
 

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

Classes in org.eclipse.emf.edit.tree.impl that implement Notifier
 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 Notifier in org.eclipse.emf.edit.tree.provider
 

Methods in org.eclipse.emf.edit.tree.provider with parameters of type Notifier
 void TreeNodeItemProvider.setTarget(Notifier target)
           
 Adapter TreeItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter.
 Adapter TreeItemProviderAdapterFactory.adaptNew(Notifier object, Object type)
          This records adapters for subsequent disposable.
 

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

Methods in org.eclipse.emf.edit.tree.util with parameters of type Notifier
 Adapter TreeAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 

Uses of Notifier in org.eclipse.emf.mapping
 

Subinterfaces of Notifier in org.eclipse.emf.mapping
 interface ComplexTypeConverter
           A representation of the model object 'Complex Type Converter'
 interface FunctionNamePair
           A representation of the model object 'Function Name Pair'
 interface FunctionPair
           A representation of the model object 'Function Pair'
 interface Mapping
           A representation of the model object 'Mapping'
 interface MappingFactory
           The Factory for the model.
 interface MappingHelper
           A representation of the model object 'Helper'
 interface MappingPackage
           The Package for the model.
 interface MappingRoot
           A representation of the model object 'Root'
 interface MappingStrategy
           A representation of the model object 'Strategy'
 interface TypeConverter
           A representation of the model object 'Type Converter'
 

Uses of Notifier in org.eclipse.emf.mapping.ecore2ecore
 

Subinterfaces of Notifier in org.eclipse.emf.mapping.ecore2ecore
 interface Ecore2EcoreFactory
           The Factory for the model.
 interface Ecore2EcoreMappingRoot
           A representation of the model object 'Mapping Root'
 interface Ecore2EcorePackage
           The Package for the model.
 

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

Classes in org.eclipse.emf.mapping.ecore2ecore.impl that implement Notifier
 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 Notifier in org.eclipse.emf.mapping.ecore2ecore.provider
 

Methods in org.eclipse.emf.mapping.ecore2ecore.provider with parameters of type Notifier
 Adapter Ecore2EcoreItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Classes in org.eclipse.emf.mapping.ecore2ecore.util that implement Notifier
 class Ecore2EcoreResourceImpl
           The Resource associated with the package
 

Methods in org.eclipse.emf.mapping.ecore2ecore.util with parameters of type Notifier
 Adapter Ecore2EcoreAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 

Uses of Notifier in org.eclipse.emf.mapping.ecore2xml
 

Subinterfaces of Notifier in org.eclipse.emf.mapping.ecore2xml
 interface Ecore2XMLFactory
           The Factory for the model.
 interface Ecore2XMLPackage
           The Package for the model.
 interface XMLInfo
           A representation of the model object 'XML Info'.
 interface XMLMap
           A representation of the model object 'XML Map'.
 

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

Classes in org.eclipse.emf.mapping.ecore2xml.impl that implement Notifier
 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 Notifier in org.eclipse.emf.mapping.ecore2xml.provider
 

Methods in org.eclipse.emf.mapping.ecore2xml.provider with parameters of type Notifier
 Adapter Ecore2XMLItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Subinterfaces of Notifier in org.eclipse.emf.mapping.ecore2xml.util
 interface Ecore2XMLResource
          The interface for Ecore2XML resources.
 

Classes in org.eclipse.emf.mapping.ecore2xml.util that implement Notifier
 class Ecore2XMLResourceImpl
           The Resource associated with the package.
 

Methods in org.eclipse.emf.mapping.ecore2xml.util with parameters of type Notifier
 Adapter Ecore2XMLAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 

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

Classes in org.eclipse.emf.mapping.impl that implement Notifier
 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'
 

Methods in org.eclipse.emf.mapping.impl with parameters of type Notifier
protected  Adapter MappingRootImpl.createMappedObjectStateAdapter(Notifier target)
          By default, this creates a new instance of MappingRootImpl.MappedObjectStateAdapter.
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.createAdapter(Notifier target)
           
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.adapt(Notifier notifier, Object type)
           
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.adaptNew(Notifier object, Object type)
           
 

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

Methods in org.eclipse.emf.mapping.provider with parameters of type Notifier
 Adapter MappingItemProviderAdapterFactory.adapt(Notifier notifier, Object type)
           
 Adapter MappingItemProviderAdapterFactory.adaptNew(Notifier object, Object type)
           
 

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

Methods in org.eclipse.emf.mapping.util with parameters of type Notifier
 Adapter MappingAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
 


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