|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationChain | |
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 | Provides an API for the Ecore dialect of UML. |
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 | 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.xml.namespace.impl | |
org.eclipse.emf.ecore.xml.type.impl | |
org.eclipse.emf.edit.provider | This provides reusable ItemProviderAdapter support to drive
JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain s |
org.eclipse.emf.edit.tree.impl | |
org.eclipse.emf.mapping.ecore2xml.impl | |
org.eclipse.emf.mapping.impl |
Uses of NotificationChain in org.eclipse.emf.codegen.ecore.genmodel.impl |
Uses of NotificationChain in org.eclipse.emf.common.notify.impl |
Classes in org.eclipse.emf.common.notify.impl that implement NotificationChain | |
class |
NotificationChainImpl
A list that acts as a notification chain. |
class |
NotificationImpl
An extensible notification implementation. |
Fields in org.eclipse.emf.common.notify.impl declared as NotificationChain | |
protected NotificationChain |
NotificationImpl.next
The internal chain. |
Methods in org.eclipse.emf.common.notify.impl that return NotificationChain | |
protected NotificationChain |
NotifyingListImpl.shadowAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.shadowRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.inverseAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.inverseRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.createNotificationChain(int capacity)
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances. |
NotificationChain |
NotifyingListImpl.basicAdd(Object object,
NotificationChain notifications)
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
NotifyingListImpl.basicRemove(Object object,
NotificationChain notifications)
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
NotifyingListImpl.basicSet(int index,
Object object,
NotificationChain notifications)
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.inverseAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.inverseRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.createNotificationChain(int capacity)
Creates a notification chain, if the expected capacity exceeds the threshold at which a list is better than chaining individual notification instances. |
NotificationChain |
DelegatingNotifyingListImpl.basicAdd(Object object,
NotificationChain notifications)
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
DelegatingNotifyingListImpl.basicRemove(Object object,
NotificationChain notifications)
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
DelegatingNotifyingListImpl.basicSet(int index,
Object object,
NotificationChain notifications)
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
|
Methods in org.eclipse.emf.common.notify.impl with parameters of type NotificationChain | |
protected NotificationChain |
NotifyingListImpl.shadowAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.shadowRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.inverseAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
NotifyingListImpl.inverseRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
NotificationChain |
NotifyingListImpl.basicAdd(Object object,
NotificationChain notifications)
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
NotifyingListImpl.basicRemove(Object object,
NotificationChain notifications)
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
NotifyingListImpl.basicSet(int index,
Object object,
NotificationChain notifications)
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.inverseAdd(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
protected NotificationChain |
DelegatingNotifyingListImpl.inverseRemove(Object object,
NotificationChain notifications)
Does nothing and returns the notifications .
|
NotificationChain |
DelegatingNotifyingListImpl.basicAdd(Object object,
NotificationChain notifications)
Adds the object at the end of the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
DelegatingNotifyingListImpl.basicRemove(Object object,
NotificationChain notifications)
Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
|
NotificationChain |
DelegatingNotifyingListImpl.basicSet(int index,
Object object,
NotificationChain notifications)
Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
|
Uses of NotificationChain in org.eclipse.emf.ecore |
Methods in org.eclipse.emf.ecore that return NotificationChain | |
NotificationChain |
InternalEObject.eSetResource(Resource.Internal resource,
NotificationChain notifications)
Sets this object to be directly contained by the resource and returns accumulated notifications. |
NotificationChain |
InternalEObject.eInverseAdd(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain notifications)
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications. |
NotificationChain |
InternalEObject.eInverseRemove(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain notifications)
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications. |
NotificationChain |
InternalEObject.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID,
NotificationChain notifications)
Sets the container to be new container and appropriate feature. |
NotificationChain |
InternalEObject.eBasicRemoveFromContainer(NotificationChain notifications)
Removes this object from whatever container holds it, and returns accumulated notifications. |
NotificationChain |
EStructuralFeature.Internal.SettingDelegate.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications)
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications. |
NotificationChain |
EStructuralFeature.Internal.SettingDelegate.dynamicInverseRemove(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications)
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications. |
Methods in org.eclipse.emf.ecore with parameters of type NotificationChain | |
NotificationChain |
InternalEObject.eSetResource(Resource.Internal resource,
NotificationChain notifications)
Sets this object to be directly contained by the resource and returns accumulated notifications. |
NotificationChain |
InternalEObject.eInverseAdd(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain notifications)
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications. |
NotificationChain |
InternalEObject.eInverseRemove(InternalEObject otherEnd,
int featureID,
Class baseClass,
NotificationChain notifications)
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications. |
NotificationChain |
InternalEObject.eBasicSetContainer(InternalEObject newContainer,
int newContainerFeatureID,
NotificationChain notifications)
Sets the container to be new container and appropriate feature. |
NotificationChain |
InternalEObject.eBasicRemoveFromContainer(NotificationChain notifications)
Removes this object from whatever container holds it, and returns accumulated notifications. |
NotificationChain |
EStructuralFeature.Internal.SettingDelegate.dynamicInverseAdd(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications)
Adds the object at the other end of a bidirectional reference to the appropriate feature and returns accumulated notifications. |
NotificationChain |
EStructuralFeature.Internal.SettingDelegate.dynamicInverseRemove(InternalEObject owner,
EStructuralFeature.Internal.DynamicValueHolder settings,
int dynamicFeatureID,
InternalEObject otherEnd,
NotificationChain notifications)
Removes the object at the other end of a bidirectional reference from the appropriate feature and returns accumulated notifications. |
Uses of NotificationChain in org.eclipse.emf.ecore.change.impl |
Uses of NotificationChain in org.eclipse.emf.ecore.impl |
Classes in org.eclipse.emf.ecore.impl that implement NotificationChain | |
class |
ENotificationImpl
An implementation an Ecore-specific notification. |
Uses of NotificationChain in org.eclipse.emf.ecore.resource |
Methods in org.eclipse.emf.ecore.resource that return NotificationChain | |
NotificationChain |
Resource.Internal.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the resource to be contained by the given resource set, and returns the notifications this produces. |
Methods in org.eclipse.emf.ecore.resource with parameters of type NotificationChain | |
NotificationChain |
Resource.Internal.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the resource to be contained by the given resource set, and returns the notifications this produces. |
Uses of NotificationChain in org.eclipse.emf.ecore.resource.impl |
Methods in org.eclipse.emf.ecore.resource.impl that return NotificationChain | |
protected NotificationChain |
ResourceSetImpl.ResourcesEList.inverseAdd(Object object,
NotificationChain notifications)
|
protected NotificationChain |
ResourceSetImpl.ResourcesEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
ResourceImpl.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary. |
NotificationChain |
ResourceImpl.ContentsEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
ResourceImpl.ContentsEList.inverseRemove(Object object,
NotificationChain notifications)
|
Methods in org.eclipse.emf.ecore.resource.impl with parameters of type NotificationChain | |
protected NotificationChain |
ResourceSetImpl.ResourcesEList.inverseAdd(Object object,
NotificationChain notifications)
|
protected NotificationChain |
ResourceSetImpl.ResourcesEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
ResourceImpl.basicSetResourceSet(ResourceSet resourceSet,
NotificationChain notifications)
Sets the new containing resource set, and removes the resource from a previous containing resource set, if necessary. |
NotificationChain |
ResourceImpl.ContentsEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
ResourceImpl.ContentsEList.inverseRemove(Object object,
NotificationChain notifications)
|
Uses of NotificationChain in org.eclipse.emf.ecore.util |
Classes in org.eclipse.emf.ecore.util that implement NotificationChain | |
static class |
FeatureMapUtil.FeatureENotificationImpl
|
Methods in org.eclipse.emf.ecore.util that return NotificationChain | |
NotificationChain |
InternalEList.basicRemove(Object object,
NotificationChain notifications)
Removes the object with without updating the inverse. |
NotificationChain |
InternalEList.basicAdd(Object object,
NotificationChain notifications)
Adds the object without updating the inverse. |
NotificationChain |
FeatureMapUtil.FeatureEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Internal.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Internal.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEMap.basicRemove(Object object,
NotificationChain notifications)
Remove the object with without updating the inverse. |
NotificationChain |
EcoreEMap.basicAdd(Object object,
NotificationChain notifications)
Add the object without updating the inverse. |
NotificationChain |
EcoreEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.UnmodifiableEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.UnmodifiableEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
EContentsEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EContentsEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseTouch(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.UnmodifiableEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.UnmodifiableEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicInternalEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicInternalEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseTouch(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
Methods in org.eclipse.emf.ecore.util with parameters of type NotificationChain | |
NotificationChain |
InternalEList.basicRemove(Object object,
NotificationChain notifications)
Removes the object with without updating the inverse. |
NotificationChain |
InternalEList.basicAdd(Object object,
NotificationChain notifications)
Adds the object without updating the inverse. |
NotificationChain |
FeatureMapUtil.FeatureEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMapUtil.FeatureFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseAdd(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Entry.Internal.inverseRemove(InternalEObject owner,
Object otherEnd,
int featureID,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Internal.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
FeatureMap.Internal.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEMap.basicRemove(Object object,
NotificationChain notifications)
Remove the object with without updating the inverse. |
NotificationChain |
EcoreEMap.basicAdd(Object object,
NotificationChain notifications)
Add the object without updating the inverse. |
NotificationChain |
EcoreEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.UnmodifiableEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EcoreEList.UnmodifiableEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
EContentsEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
EContentsEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.inverseTouch(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
DelegatingFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.UnmodifiableEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
DelegatingEcoreEList.UnmodifiableEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicInternalEList.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicInternalEList.basicAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseAdd(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseAdd(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseRemove(FeatureMap.Entry.Internal entry,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.shadowSet(Object oldObject,
Object newObject,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.inverseTouch(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicAdd(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicRemove(EStructuralFeature feature,
Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.basicRemove(Object object,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseAdd(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
NotificationChain |
BasicFeatureMap.FeatureMapEObjectImpl.eDynamicInverseRemove(InternalEObject otherEnd,
int featureID,
Class inverseClass,
NotificationChain notifications)
|
Uses of NotificationChain in org.eclipse.emf.ecore.xml.namespace.impl |
Methods in org.eclipse.emf.ecore.xml.namespace.impl that return NotificationChain | |
NotificationChain |
XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Methods in org.eclipse.emf.ecore.xml.namespace.impl with parameters of type NotificationChain | |
NotificationChain |
XMLNamespaceDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Uses of NotificationChain in org.eclipse.emf.ecore.xml.type.impl |
Methods in org.eclipse.emf.ecore.xml.type.impl that return NotificationChain | |
NotificationChain |
XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
AnyTypeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Methods in org.eclipse.emf.ecore.xml.type.impl with parameters of type NotificationChain | |
NotificationChain |
XMLTypeDocumentRootImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
AnyTypeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Uses of NotificationChain in org.eclipse.emf.edit.provider |
Classes in org.eclipse.emf.edit.provider that implement NotificationChain | |
class |
ItemProvider.ItemProviderNotification
This class implements a Notification for an ItemProvider. |
Methods in org.eclipse.emf.edit.provider that return NotificationChain | |
protected NotificationChain |
ItemProvider.ItemProviderNotifyingArrayList.createNotificationChain(int capacity)
|
protected NotificationChain |
ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(Object object,
NotificationChain notifications)
This implementation will call IUpdateableItemParent.setParent , if appropriate. |
protected NotificationChain |
ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(Object object,
NotificationChain notifications)
This implementation will call IUpdateableItemParent.setParent , if appropriate. |
Methods in org.eclipse.emf.edit.provider with parameters of type NotificationChain | |
protected NotificationChain |
ItemProvider.ItemProviderNotifyingArrayList.inverseAdd(Object object,
NotificationChain notifications)
This implementation will call IUpdateableItemParent.setParent , if appropriate. |
protected NotificationChain |
ItemProvider.ItemProviderNotifyingArrayList.inverseRemove(Object object,
NotificationChain notifications)
This implementation will call IUpdateableItemParent.setParent , if appropriate. |
Uses of NotificationChain in org.eclipse.emf.edit.tree.impl |
Methods in org.eclipse.emf.edit.tree.impl that return NotificationChain | |
NotificationChain |
TreeNodeImpl.basicSetParent(TreeNode newParent,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Methods in org.eclipse.emf.edit.tree.impl with parameters of type NotificationChain | |
NotificationChain |
TreeNodeImpl.basicSetParent(TreeNode newParent,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eInverseAdd(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
TreeNodeImpl.eBasicRemoveFromContainerFeature(NotificationChain msgs)
|
Uses of NotificationChain in org.eclipse.emf.mapping.ecore2xml.impl |
Methods in org.eclipse.emf.mapping.ecore2xml.impl that return NotificationChain | |
NotificationChain |
XMLMapImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
ENamedElementToXMLInfoMapEntryImpl.basicSetTypedValue(XMLInfo newValue,
NotificationChain msgs)
|
NotificationChain |
ENamedElementToXMLInfoMapEntryImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Methods in org.eclipse.emf.mapping.ecore2xml.impl with parameters of type NotificationChain | |
NotificationChain |
XMLMapImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
NotificationChain |
ENamedElementToXMLInfoMapEntryImpl.basicSetTypedValue(XMLInfo newValue,
NotificationChain msgs)
|
NotificationChain |
ENamedElementToXMLInfoMapEntryImpl.eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
Uses of NotificationChain in org.eclipse.emf.mapping.impl |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
||||||||||
PREV NEXT | FRAMES NO FRAMES |