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

Packages that use IUpdatableEditPart
org.eclipse.gmf.runtime.lite.edit.parts.tree   
org.eclipse.gmf.runtime.lite.edit.parts.update   
 

Uses of IUpdatableEditPart in org.eclipse.gmf.runtime.lite.edit.parts.tree
 

Classes in org.eclipse.gmf.runtime.lite.edit.parts.tree that implement IUpdatableEditPart
 class BaseTreeEditPart
          Base implementation for TreeEditPart used by the generated editors.
 

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

Subinterfaces of IUpdatableEditPart in org.eclipse.gmf.runtime.lite.edit.parts.update
 interface IExternallyUpdatableEditPart
           
 

Methods in org.eclipse.gmf.runtime.lite.edit.parts.update that return types with arguments of type IUpdatableEditPart
protected  Collection<IUpdatableEditPart> TransactionalUpdateManager.findAffectedParts(org.eclipse.emf.common.notify.Notification msg)
           
protected  Collection<IUpdatableEditPart> TransactionalUpdateManager.getRegisteredListeners(org.eclipse.emf.ecore.EObject source)
           
protected  Collection<IUpdatableEditPart> TransactionalUpdateManager.getRegisteredListeners(org.eclipse.emf.common.notify.Notification msg)
           
 

Methods in org.eclipse.gmf.runtime.lite.edit.parts.update with parameters of type IUpdatableEditPart
 void TransactionalUpdateManager.addUpdatableEditPart(org.eclipse.emf.ecore.EObject source, IUpdatableEditPart listener)
          Registers the given updatable edit part as a listener to the given EObject.
protected  void TransactionalUpdateManager.processRefreshers(org.eclipse.gmf.runtime.lite.edit.parts.update.ComposeableRefresherImpl affectedRefreshers, IUpdatableEditPart next, org.eclipse.emf.common.notify.Notification msg)
           
 void TransactionalUpdateManager.removeUpdatableEditPart(org.eclipse.emf.ecore.EObject source, IUpdatableEditPart listener)
          Unregisters the given updatable edit part as a listener to the given EObject.
 

Constructors in org.eclipse.gmf.runtime.lite.edit.parts.update with parameters of type IUpdatableEditPart
RefreshAdapter(IUpdatableEditPart editPart)
           
 



Copyright © 2012. All Rights Reserved.