| Package | Description |
|---|---|
| org.eclipse.emf.common.notify.impl |
Provides a basic implementation of the notification framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NotificationChainImpl
A list that acts as a notification chain.
|
class |
NotificationImpl
An extensible notification implementation.
|
| Modifier and Type | Field and Description |
|---|---|
protected NotificationChain |
NotificationImpl.next
The internal chain.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
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 © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature