Uses of Interface
org.eclipse.gmf.runtime.lite.edit.parts.update.canonical.INotationModelRefresher

Packages that use INotationModelRefresher
org.eclipse.gmf.runtime.lite.edit.parts.update   
org.eclipse.gmf.runtime.lite.edit.parts.update.canonical   
 

Uses of INotationModelRefresher in org.eclipse.gmf.runtime.lite.edit.parts.update
 

Methods in org.eclipse.gmf.runtime.lite.edit.parts.update with parameters of type INotationModelRefresher
 void TransactionalUpdateManager.addNotationModelRefresher(INotationModelRefresher refresher)
           
 boolean TransactionalUpdateManager.isNotationModelRefresherInstalled(INotationModelRefresher refresher)
           
 void TransactionalUpdateManager.removeNotationModelRefresher(INotationModelRefresher refresher)
           
 

Uses of INotationModelRefresher in org.eclipse.gmf.runtime.lite.edit.parts.update.canonical
 

Classes in org.eclipse.gmf.runtime.lite.edit.parts.update.canonical that implement INotationModelRefresher
 class AbstractNotationModelRefresher
          Listens to the given transactional editing domain in order to update the notational model to reflect changes in the domain model.
 class ChildNotationModelRefresher
          A notation model refresher that is specifically suited to update children of the element.
 class OwnedLinksNotationModelRefresher
           
 



Copyright © 2012. All Rights Reserved.