org.eclipse.draw2d
Interface ConnectionRouter
- All Known Implementing Classes:
- AbstractRouter
- public interface ConnectionRouter
Routes a Connection, possibly using
a constraint.
NULL
public static final ConnectionRouter NULL
getConstraint
public Object getConstraint(Connection connection)
- Returns the constraint for the Connection.
invalidate
public void invalidate(Connection connection)
- Invalidates the given Connection.
route
public void route(Connection connection)
- Routes the Connection.
remove
public void remove(Connection connection)
- Removes the Connection from this router.
setConstraint
public void setConstraint(Connection connection,
Object constraint)
- Maps the given constraint to the given Connection.