Eclipse GEF
2.1

org.eclipse.gef.editpolicies
Class FeedbackHelper

java.lang.Object
  |
  +--org.eclipse.gef.editpolicies.FeedbackHelper

public class FeedbackHelper
extends Object


Constructor Summary
FeedbackHelper()
           
 
Method Summary
protected  org.eclipse.draw2d.Connection getConnection()
           
protected  boolean isMovingStartAnchor()
           
protected  void setAnchor(org.eclipse.draw2d.ConnectionAnchor anchor)
           
 void setConnection(org.eclipse.draw2d.Connection c)
           
 void setMovingStartAnchor(boolean value)
           
 void update(org.eclipse.draw2d.ConnectionAnchor anchor, org.eclipse.draw2d.geometry.Point p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeedbackHelper

public FeedbackHelper()
Method Detail

getConnection

protected org.eclipse.draw2d.Connection getConnection()

isMovingStartAnchor

protected boolean isMovingStartAnchor()

setConnection

public void setConnection(org.eclipse.draw2d.Connection c)

setMovingStartAnchor

public void setMovingStartAnchor(boolean value)

setAnchor

protected void setAnchor(org.eclipse.draw2d.ConnectionAnchor anchor)

update

public void update(org.eclipse.draw2d.ConnectionAnchor anchor,
                   org.eclipse.draw2d.geometry.Point p)

Eclipse GEF
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.