Uses of Interface
org.eclipse.emf.edit.provider.IViewerNotification

Packages that use IViewerNotification
org.eclipse.emf.edit.provider This provides reusable ItemProviderAdapter support to drive JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain
org.eclipse.emf.edit.ui.provider   
 

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

Classes in org.eclipse.emf.edit.provider that implement IViewerNotification
 class ViewerNotification
          A simple implementation of IViewerNotification that decorates an ordinary Notification.
 

Constructors in org.eclipse.emf.edit.provider with parameters of type IViewerNotification
ViewerNotification(IViewerNotification viewerNotification, Object element)
          Wraps an existing viewer notification to specify a different element.
 

Uses of IViewerNotification in org.eclipse.emf.edit.ui.provider
 

Constructors in org.eclipse.emf.edit.ui.provider with parameters of type IViewerNotification
AdapterFactoryContentProvider.ViewerRefresh(Viewer viewer, IViewerNotification notification)
           
 


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