|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.eclipse.emf.common.notify.impl.NotificationImpl | +--org.eclipse.emf.edit.provider.ItemProvider.ItemProviderNotification
This class implements a Notification for an ItemProvider.
Fields inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl |
---|
eventType, IS_SET_CHANGE_INDEX, newIEEEPrimitiveValue, newSimplePrimitiveValue, newValue, next, oldIEEEPrimitiveValue, oldSimplePrimitiveValue, oldValue, position, PRIMITIVE_TYPE_BOOLEAN, PRIMITIVE_TYPE_BYTE, PRIMITIVE_TYPE_CHAR, PRIMITIVE_TYPE_DOUBLE, PRIMITIVE_TYPE_FLOAT, PRIMITIVE_TYPE_INT, PRIMITIVE_TYPE_LONG, PRIMITIVE_TYPE_OBJECT, PRIMITIVE_TYPE_SHORT, primitiveType |
Fields inherited from interface org.eclipse.emf.common.notify.Notification |
---|
ADD, ADD_MANY, CREATE, EVENT_TYPE_COUNT, MOVE, NO_FEATURE_ID, NO_INDEX, REMOVE, REMOVE_MANY, REMOVING_ADAPTER, RESOLVE, SET, UNSET |
Constructor Summary | |
---|---|
ItemProvider.ItemProviderNotification(int eventType,
java.lang.Object oldValue,
java.lang.Object newValue,
int position)
|
Method Summary | |
---|---|
void |
dispatch()
Dispatches each notification to the appropriate notifier via Notifier.eNotify . |
java.lang.Object |
getNotifier()
Returns the object affected by the change. |
Methods inherited from class org.eclipse.emf.common.notify.impl.NotificationImpl |
---|
add, getEventType, getFeature, getFeatureDefaultValue, getFeatureID, getNewBooleanValue, getNewByteValue, getNewCharValue, getNewDoubleValue, getNewFloatValue, getNewIntValue, getNewLongValue, getNewShortValue, getNewStringValue, getNewValue, getOldBooleanValue, getOldByteValue, getOldCharValue, getOldDoubleValue, getOldFloatValue, getOldIntValue, getOldLongValue, getOldShortValue, getOldStringValue, getOldValue, getPosition, isReset, isTouch, merge, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ItemProvider.ItemProviderNotification(int eventType, java.lang.Object oldValue, java.lang.Object newValue, int position)
Method Detail |
public java.lang.Object getNotifier()
Notification
getNotifier
in class NotificationImpl
org.eclipse.emf.common.notify.Notification
public void dispatch()
NotificationChain
Notifier.eNotify
.dispatch
in class NotificationImpl
|
Copyright 2001-2003 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |