org.eclipse.gmf.runtime.lite.edit.parts.update
Class UpdaterUtil
java.lang.Object
org.eclipse.gmf.runtime.lite.edit.parts.update.UpdaterUtil
public class UpdaterUtil
- extends Object
Various utility methods related to EMF notifications.
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 |
UpdaterUtil
public UpdaterUtil()
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.