public class SetConnectionTargetNodeCommand extends AbstractCanvasGraphCommand
| Constructor and Description |
|---|
SetConnectionTargetNodeCommand(Node<? extends View<?>,Edge> node,
Edge<? extends ViewConnector<?>,Node> edge,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
Edge<? extends View<?>,Node> |
getEdge() |
Node<? extends View<?>,Edge> |
getNode() |
protected AbstractCanvasCommand |
newCanvasCommand(AbstractCanvasHandler context)
Creates a new command instance for the canvas context.
|
protected Command<GraphCommandExecutionContext,RuleViolation> |
newGraphCommand(AbstractCanvasHandler context)
Creates a new command instance for the graph context.
|
String |
toString() |
allow, execute, getCanvasCommand, getGraphCommand, getNode, undobuildResult, checkShapeNotNull, toUUID, toUUIDspublic SetConnectionTargetNodeCommand(Node<? extends View<?>,Edge> node, Edge<? extends ViewConnector<?>,Node> edge, Connection connection)
protected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler context)
AbstractCanvasGraphCommandnewGraphCommand in class AbstractCanvasGraphCommandprotected AbstractCanvasCommand newCanvasCommand(AbstractCanvasHandler context)
AbstractCanvasGraphCommandnewCanvasCommand in class AbstractCanvasGraphCommandpublic Connection getConnection()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.