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

Packages that use NotificationChain
org.eclipse.emf.common.notify.impl 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 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
 NotificationChain NotifyingListImpl.basicAdd(E 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.basicAdd(E 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(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicRemove(java.lang.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, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
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.
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.
protected  NotificationChain NotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
 

Methods in org.eclipse.emf.common.notify.impl with parameters of type NotificationChain
 NotificationChain NotifyingListImpl.basicAdd(E 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.basicAdd(E 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(java.lang.Object object, NotificationChain notifications)
          Removes the object from the list and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicRemove(java.lang.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, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
 NotificationChain DelegatingNotifyingListImpl.basicSet(int index, E object, NotificationChain notifications)
          Sets the object at the index and returns the potentially updated notification chain; it does no inverse updating.
protected  NotificationChain NotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.inverseRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowAdd(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowRemove(E object, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain NotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
protected  NotificationChain DelegatingNotifyingListImpl.shadowSet(E oldObject, E newObject, NotificationChain notifications)
          Does nothing and returns the notifications.
 



Copyright © 2001-2010 Eclipse Foundation. All Rights Reserved.