|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IViewerNotification | |
---|---|
org.eclipse.emf.edit.provider | This provides reusable ItemProviderAdapter support to drive
JFace StructuredViewers, Eclipse IPropertySources, and EditingDomain s |
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 |
ItemProvider.ItemProviderNotification
This class implements a Notification for an ItemProvider. |
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,
java.lang.Object element)
Wraps an existing viewer notification to specify a different element. |
Uses of IViewerNotification in org.eclipse.emf.edit.ui.provider |
---|
Methods in org.eclipse.emf.edit.ui.provider that return IViewerNotification | |
---|---|
protected IViewerNotification |
AdapterFactoryContentProvider.ViewerRefresh.merge(IViewerNotification n1,
IViewerNotification n2)
Compares two notifications and, if duplicative, returns a single notification that does the work of both. |
Methods in org.eclipse.emf.edit.ui.provider with parameters of type IViewerNotification | |
---|---|
boolean |
AdapterFactoryContentProvider.ViewerRefresh.addNotification(IViewerNotification notification)
Adds a viewer notification to the queue that will be processed by this ViewerRefresh . |
protected IViewerNotification |
AdapterFactoryContentProvider.ViewerRefresh.merge(IViewerNotification n1,
IViewerNotification n2)
Compares two notifications and, if duplicative, returns a single notification that does the work of both. |
protected void |
AdapterFactoryContentProvider.ViewerRefresh.refresh(IViewerNotification notification)
|
Constructors in org.eclipse.emf.edit.ui.provider with parameters of type IViewerNotification | |
---|---|
AdapterFactoryContentProvider.ViewerRefresh(Viewer viewer,
IViewerNotification notification)
Deprecated. in 2.2.0 |
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |