Methods in
org.eclipse.gef.editpolicies with parameters of type
ReconnectRequest
|
protected abstract
Command
|
GraphicalNodeEditPolicy.
getReconnectTargetCommand
(
ReconnectRequest request)
Returns the Command to reconnect a connection's target end to the
host. |
protected abstract
Command
|
GraphicalNodeEditPolicy.
getReconnectSourceCommand
(
ReconnectRequest request)
Returns the Command to reconnect a connection's source end to the
host. |
protected void
|
ConnectionEndpointEditPolicy.
eraseConnectionMoveFeedback
(
ReconnectRequest request)
Erases connection move feedback. |
protected
FeedbackHelper
|
ConnectionEndpointEditPolicy.
getFeedbackHelper
(
ReconnectRequest request)
Lazily creates and returns the feedback helper for the given request. |
protected void
|
ConnectionEndpointEditPolicy.
showConnectionMoveFeedback
(
ReconnectRequest request)
Shows or updates connection move feedback. |