Uses of Class
org.eclipse.emf.common.notify.impl.NotificationImpl

Packages that use NotificationImpl
org.eclipse.emf.common.notify.impl Provides a basic implementation of the notification framework. 
org.eclipse.emf.ecore.impl Provides an implementation of Ecore. 
org.eclipse.emf.ecore.util Provides utilities. 
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
 

Uses of NotificationImpl in org.eclipse.emf.common.notify.impl
 

Methods in org.eclipse.emf.common.notify.impl that return NotificationImpl
protected  NotificationImpl NotifyingListImpl.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index)
           
protected  NotificationImpl DelegatingNotifyingListImpl.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index)
           
protected  NotificationImpl NotifyingListImpl.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
          Creates a notification.
protected  NotificationImpl DelegatingNotifyingListImpl.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
          Creates a notification.
 

Uses of NotificationImpl in org.eclipse.emf.ecore.impl
 

Subclasses of NotificationImpl in org.eclipse.emf.ecore.impl
 class ENotificationImpl
          An implementation an Ecore-specific notification.
 

Uses of NotificationImpl in org.eclipse.emf.ecore.util
 

Subclasses of NotificationImpl in org.eclipse.emf.ecore.util
static class FeatureMapUtil.FeatureENotificationImpl
           
 

Methods in org.eclipse.emf.ecore.util that return NotificationImpl
protected  NotificationImpl DelegatingEcoreEList.createNotification(int eventType, boolean oldValue, boolean newValue)
           
protected  NotificationImpl EcoreEList.createNotification(int eventType, boolean oldValue, boolean newValue)
           
protected  NotificationImpl BasicFeatureMap.createNotification(int eventType, EStructuralFeature feature, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
           
protected  NotificationImpl DelegatingFeatureMap.createNotification(int eventType, EStructuralFeature feature, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
           
protected  NotificationImpl DelegatingEcoreEList.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
           
protected  NotificationImpl EcoreEList.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
           
 

Uses of NotificationImpl in org.eclipse.emf.edit.provider
 

Subclasses of NotificationImpl in org.eclipse.emf.edit.provider
 class ItemProvider.ItemProviderNotification
          This class implements a Notification for an ItemProvider.
 

Methods in org.eclipse.emf.edit.provider that return NotificationImpl
protected  NotificationImpl ItemProvider.ItemProviderNotifyingArrayList.createNotification(int eventType, java.lang.Object oldObject, java.lang.Object newObject, int index, boolean wasSet)
          This implementation creates an ItemProvider.ItemProviderNotification.
 


Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.