protected void |
GraphicalNodeEditPolicy.eraseCreationFeedback(CreateConnectionRequest request) |
Erases connection feedback if necessary.
|
protected abstract Command |
GraphicalNodeEditPolicy.getConnectionCompleteCommand(CreateConnectionRequest request) |
Returns the Command that will create the connection.
|
protected abstract Command |
GraphicalNodeEditPolicy.getConnectionCreateCommand(CreateConnectionRequest request) |
Returns the command that represents the first half of creating a
connection.
|
protected org.eclipse.draw2d.ConnectionRouter |
GraphicalNodeEditPolicy.getDummyConnectionRouter(CreateConnectionRequest request) |
Returns the ConnectionRouter for the creation feedback's connection.
|
protected FeedbackHelper |
GraphicalNodeEditPolicy.getFeedbackHelper(CreateConnectionRequest request) |
Returns the FeedbackHelper that is ready to use.
|
protected org.eclipse.draw2d.ConnectionAnchor |
GraphicalNodeEditPolicy.getSourceConnectionAnchor(CreateConnectionRequest request) |
Called during the display of creation feedback to snap the feedback to
the nearest source ConnectionAnchor.
|
protected org.eclipse.draw2d.ConnectionAnchor |
GraphicalNodeEditPolicy.getTargetConnectionAnchor(CreateConnectionRequest request) |
Called during the display of creation feedback to snap the feedback to
the nearest target ConnectionAnchor.
|
protected void |
GraphicalNodeEditPolicy.showCreationFeedback(CreateConnectionRequest request) |
Shows feedback during a creation.
|