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, java.lang.Object type)
          Does an adapt(Notifier, Object), substituting this for the given type.
protected abstract  Adapter AbstractGeneratorAdapterFactory.createAdapter(Notifier target)
          Override this to create the adapter for a Notifier.
protected  Adapter AbstractGeneratorAdapterFactory.createAdapter(Notifier target, java.lang.Object type)
          Calls AbstractGeneratorAdapterFactory.createAdapter(Notifier) to create an adapter for the given Notifier and sets its adapter factory to this.
 

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'
 interface GenTypeParameter
          A representation of the model object 'Gen Type Parameter'
 

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, java.lang.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'
 class GenTypeParameterImpl
          An implementation of the model object 'Gen Type Parameter'
 

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, java.lang.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, java.lang.Object type)
          Returns either a previously associated adapter or a newly associated adapter, as appropriate.
 void AdapterFactory.adaptAllNew(Notifier notifier)
          Creates a new associated adapter of each type of adapter supported by this factory, as necessary.
 Adapter AdapterFactory.adaptNew(Notifier target, java.lang.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 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.
 

Fields in org.eclipse.emf.common.notify.impl with type parameters of type Notifier
protected  java.util.List<Notifier> SingletonAdapterImpl.targets
          The list of all the targets to which this adapter is set.
 

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

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

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 EGenericType
          A representation of the model object 'EGeneric Type'.
 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 ETypeParameter
          A representation of the model object 'EType Parameter'.
 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, java.lang.Object type)
          This implementation substitutes the factory itself as the key for the adapter
 

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

Fields in org.eclipse.emf.ecore.change.util with type parameters of type Notifier
protected  java.util.List<Notifier> ChangeRecorder.originalTargetObjects
           
protected  java.util.List<Notifier> ChangeRecorder.targetObjects
           
 

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.addAdapter(Notifier notifier)
           
 Adapter ChangeAdapterFactory.createAdapter(Notifier target)
          Creates an adapter for the target
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)
           
 

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<K,V>
           
 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 EGenericTypeImpl
          An implementation of the model object 'EGeneric Type'
 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 ETypeParameterImpl
          An implementation of the model object 'EType Parameter'
 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, java.lang.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.
 

Methods in org.eclipse.emf.ecore.resource that return types with arguments of type Notifier
 TreeIterator<Notifier> ResourceSet.getAllContents()
          Returns a tree iterator that iterates over all the direct resources and over the content tree of each.
 

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

Classes in org.eclipse.emf.ecore.resource.impl that implement Notifier
 class BinaryResourceImpl
          PROVISIONAL API for efficiently producing and consuming a compact binary serialization.
 class ResourceImpl
          A highly extensible resource implementation.
 class ResourceSetImpl
          An extensible resource set implementation.
 

Methods in org.eclipse.emf.ecore.resource.impl that return types with arguments of type Notifier
 TreeIterator<Notifier> ResourceSetImpl.getAllContents()
           
 

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 that return types with arguments of type Notifier
protected  TreeIterator<Notifier> EcoreUtil.CrossReferencer.newContentsIterator()
          Return a tree iterator over the content trees of this cross referencer's objects.
 

Methods in org.eclipse.emf.ecore.util with parameters of type Notifier
protected  void ECrossReferenceAdapter.addAdapter(Notifier notifier)
           
protected  void EContentAdapter.addAdapter(Notifier notifier)
           
protected  void EContentAdapter.basicSetTarget(Notifier target)
          Actually sets the target by calling super.
protected  void EContentAdapter.basicUnsetTarget(Notifier target)
          Actually unsets the target by calling super.
 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.
static Adapter EcoreUtil.getExistingAdapter(Notifier notifier, java.lang.Object type)
          Returns the specified notifier's existing adapter of the specified type.
protected  void ECrossReferenceAdapter.removeAdapter(Notifier notifier)
           
protected  void EContentAdapter.removeAdapter(Notifier notifier)
           
 void ECrossReferenceAdapter.setTarget(Notifier target)
          Handles installation of the adapter by adding the adapter to each of the directly contained objects.
 void EContentAdapter.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 undoing the installation of the adapter by removing the adapter to each of the directly contained objects.
 void EContentAdapter.unsetTarget(Notifier target)
          Handles undoing the installation of the adapter by removing the adapter from each of the directly contained objects.
 

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 ProcessingInstruction
          A representation of the model object 'Processing Instruction 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 ProcessingInstructionImpl
          An implementation of the model object 'Processing Instruction 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
          Provides access to the generated frame factory for the built-in XML types.
 

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

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

Fields in org.eclipse.emf.edit.command with type parameters of type Notifier
protected  java.util.Collection<Notifier> ChangeCommand.notifiers
           
 

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

Constructor parameters in org.eclipse.emf.edit.command with type arguments of type Notifier
ChangeCommand(ChangeRecorder changeRecorder, java.util.Collection<Notifier> notifiers)
           
ChangeCommand(java.util.Collection<Notifier> notifiers)
           
 

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
 

Fields in org.eclipse.emf.edit.provider with type parameters of type Notifier
protected  java.util.List<Notifier> ItemProviderAdapter.targets
          This keeps track of all the targets to which this adapter is set.
 

Methods in org.eclipse.emf.edit.provider with parameters of type Notifier
 Adapter DecoratorAdapterFactory.adapt(Notifier target, java.lang.Object type)
          This delegates to DecoratorAdapterFactory.adapt(Object,Object)
 Adapter ReflectiveItemProviderAdapterFactory.adapt(Notifier notifier, java.lang.Object type)
          This implementation substitutes the factory itself as the key for the adapter.
 Adapter ComposedAdapterFactory.adapt(Notifier target, java.lang.Object type)
           
protected  Adapter ComposedAdapterFactory.adapt(Notifier target, java.lang.Object type, boolean isNew)
           
protected  Adapter ComposedAdapterFactory.adapt(Notifier target, java.lang.Object type, java.util.Collection<java.lang.Object> failedPackages, java.lang.Class<?> javaClass)
           
protected  Adapter ComposedAdapterFactory.adapt(Notifier target, java.lang.Object type, java.util.Collection<java.lang.Object> failedPackages, java.lang.Class<?> javaClass, boolean isNew)
           
 void DecoratorAdapterFactory.adaptAllNew(Notifier target)
           
 void ComposedAdapterFactory.adaptAllNew(Notifier target)
           
 Adapter DecoratorAdapterFactory.adaptNew(Notifier target, java.lang.Object type)
          This interface is not support; an exception will be thrown.
 Adapter ComposedAdapterFactory.adaptNew(Notifier target, java.lang.Object type)
           
 Adapter ReflectiveItemProviderAdapterFactory.createAdapter(Notifier target)
           
 void ItemProviderAdapter.setTarget(Notifier target)
           
 void ItemProviderAdapter.unsetTarget(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.adapt(Notifier notifier, java.lang.Object type)
          This implementation substitutes the factory itself as the key for the adapter.
protected  void ResourceItemProviderAdapterFactory.associate(Adapter adapter, Notifier target)
           
 Adapter ResourceItemProviderAdapterFactory.createAdapter(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
 Adapter TreeItemProviderAdapterFactory.adapt(Notifier notifier, java.lang.Object type)
          This implementation substitutes the factory itself as the key for the adapter.
 Adapter TreeItemProviderAdapterFactory.adaptNew(Notifier object, java.lang.Object type)
          This records adapters for subsequent disposable.
 void TreeNodeItemProvider.setTarget(Notifier target)
           
 

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, java.lang.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, java.lang.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
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.adapt(Notifier notifier, java.lang.Object type)
           
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.adaptNew(Notifier object, java.lang.Object type)
           
 Adapter MappingRootImpl.MappedObjectStateAdapterFactory.createAdapter(Notifier target)
           
protected  Adapter MappingRootImpl.createMappedObjectStateAdapter(Notifier target)
          By default, this creates a new instance of MappingRootImpl.MappedObjectStateAdapter.
 

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, java.lang.Object type)
           
 Adapter MappingItemProviderAdapterFactory.adaptNew(Notifier object, java.lang.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.