Uses of Interface
org.eclipse.emf.common.notify.NotificationChain
Packages that use NotificationChain
Package
Description
Provides a basic implementation of the notification framework.
-
Uses of NotificationChain in org.eclipse.emf.common.notify.impl
Classes in org.eclipse.emf.common.notify.impl that implement NotificationChainModifier and TypeClassDescriptionclassA list that acts as a notification chain.classAn extensible notification implementation.Fields in org.eclipse.emf.common.notify.impl declared as NotificationChainModifier and TypeFieldDescriptionprotected NotificationChainNotificationImpl.nextThe internal chain.Methods in org.eclipse.emf.common.notify.impl that return NotificationChainModifier and TypeMethodDescriptionDelegatingNotifyingListImpl.basicAdd(E object, NotificationChain notifications) Adds the object at the end of the list and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicAdd(E object, NotificationChain notifications) Adds the object at the end of the list and returns the potentially updated notification chain; it does noinverseupdating.DelegatingNotifyingListImpl.basicRemove(Object object, NotificationChain notifications) Removes the object from the list and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicRemove(Object object, NotificationChain notifications) Removes the object from the list and returns the potentially updated notification chain; it does noinverseupdating.DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications) Sets the object at the index and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicSet(int index, E object, NotificationChain notifications) Sets the object at the index and returns the potentially updated notification chain; it does noinverseupdating.protected NotificationChainDelegatingNotifyingListImpl.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.protected NotificationChainNotifyingListImpl.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.protected NotificationChainDelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.inverseAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.inverseRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications) Does nothing and returns thenotifications.Methods in org.eclipse.emf.common.notify.impl with parameters of type NotificationChainModifier and TypeMethodDescriptionDelegatingNotifyingListImpl.basicAdd(E object, NotificationChain notifications) Adds the object at the end of the list and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicAdd(E object, NotificationChain notifications) Adds the object at the end of the list and returns the potentially updated notification chain; it does noinverseupdating.DelegatingNotifyingListImpl.basicRemove(Object object, NotificationChain notifications) Removes the object from the list and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicRemove(Object object, NotificationChain notifications) Removes the object from the list and returns the potentially updated notification chain; it does noinverseupdating.DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications) Sets the object at the index and returns the potentially updated notification chain; it does noinverseupdating.NotifyingListImpl.basicSet(int index, E object, NotificationChain notifications) Sets the object at the index and returns the potentially updated notification chain; it does noinverseupdating.protected NotificationChainDelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.inverseAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.inverseRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowAdd(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowRemove(E object, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainDelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications) Does nothing and returns thenotifications.protected NotificationChainNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications) Does nothing and returns thenotifications.