Package | Description |
---|---|
org.eclipse.gef.editpolicies |
This package contains EditPolicy implementations for many common editing
Roles.
|
Modifier and Type | Method and Description |
---|---|
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 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 ConnectionAnchor |
GraphicalNodeEditPolicy.getSourceConnectionAnchor(CreateConnectionRequest request)
Called during the display of creation feedback to snap the feedback to
the nearest source ConnectionAnchor.
|
protected 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.
|
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.