org.eclipse.gmf.runtime.lite.edit.parts.update
Class UpdaterUtil

java.lang.Object
  extended by org.eclipse.gmf.runtime.lite.edit.parts.update.UpdaterUtil

public class UpdaterUtil
extends Object

Various utility methods related to EMF notifications.


Constructor Summary
UpdaterUtil()
           
 
Method Summary
static boolean affects(org.eclipse.emf.common.notify.Notification notification, org.eclipse.emf.ecore.EClass clz)
           
static Collection<org.eclipse.emf.ecore.EObject> getAffectedValues(org.eclipse.emf.common.notify.Notification notification, org.eclipse.emf.ecore.EClass clz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdaterUtil

public UpdaterUtil()
Method Detail

affects

public static boolean affects(org.eclipse.emf.common.notify.Notification notification,
                              org.eclipse.emf.ecore.EClass clz)

getAffectedValues

public static Collection<org.eclipse.emf.ecore.EObject> getAffectedValues(org.eclipse.emf.common.notify.Notification notification,
                                                                          org.eclipse.emf.ecore.EClass clz)


Copyright © 2012. All Rights Reserved.