org.eclipse.gmt.umlx.editor.refresh
Class LinkViewRefresher<R extends ILinkViewElement>

java.lang.Object
  extended by org.eclipse.gmt.umlx.ecore.AbstractAdapter
      extended by org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
          extended by org.eclipse.gmt.umlx.editor.refresh.OutlineRefresher<R>
              extended by org.eclipse.gmt.umlx.editor.refresh.NodeViewRefresher<R>
                  extended by org.eclipse.gmt.umlx.editor.refresh.LinkViewRefresher<R>
All Implemented Interfaces:
org.eclipse.emf.common.notify.Adapter

public class LinkViewRefresher<R extends ILinkViewElement>
extends NodeViewRefresher<R>

LinkRefresher provides further delayed refresh functionality for AbstractLinkView.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.eclipse.emf.common.notify.Adapter
org.eclipse.emf.common.notify.Adapter.Internal
 
Constructor Summary
LinkViewRefresher(R refreshee, org.eclipse.gef.EditPartViewer viewer, ActiveEditDomain domain)
           
 
Method Summary
 void refreshSourceAnchor()
           
 void refreshTargetAnchor()
           
 
Methods inherited from class org.eclipse.gmt.umlx.editor.refresh.NodeViewRefresher
refreshSourceConnections, refreshTargetConnections
 
Methods inherited from class org.eclipse.gmt.umlx.editor.refresh.OutlineRefresher
execute, getDomain, getIcon, getViewer, isAdapterForType, notifyChanged, refreshChildren, refreshMappings, refreshMarkers, refreshNotifiers, refreshVisuals, registerModel, toString, unregisterModel
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.ModelChangeAdapter
addNotifier, dispose, refreshNotifiers, removeNotifier
 
Methods inherited from class org.eclipse.gmt.umlx.ecore.AbstractAdapter
getTarget, registerPackageClass, setTarget
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkViewRefresher

public LinkViewRefresher(R refreshee,
                         org.eclipse.gef.EditPartViewer viewer,
                         ActiveEditDomain domain)
Method Detail

refreshSourceAnchor

public void refreshSourceAnchor()

refreshTargetAnchor

public void refreshTargetAnchor()