public class DockNodeCommand extends AbstractCanvasGraphCommand
| Constructor and Description |
|---|
DockNodeCommand(Node parent,
Node candidate) |
DockNodeCommand(Node parent,
Node candidate,
boolean adjustPosition) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getCandidate() |
Node |
getParent() |
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, toUUIDsprotected Command<GraphCommandExecutionContext,RuleViolation> newGraphCommand(AbstractCanvasHandler context)
AbstractCanvasGraphCommandnewGraphCommand in class AbstractCanvasGraphCommandprotected AbstractCanvasCommand newCanvasCommand(AbstractCanvasHandler context)
AbstractCanvasGraphCommandnewCanvasCommand in class AbstractCanvasGraphCommandpublic Node getParent()
public Node getCandidate()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.