public class UpdateDockNodeCommand extends AbstractCanvasCompositeCommand
commands| Constructor and Description |
|---|
UpdateDockNodeCommand(Node parent,
Node candidate) |
UpdateDockNodeCommand(Node parent,
Node candidate,
boolean adjustPosition) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getCandidate() |
protected Optional<Edge<?,Node>> |
getEdge(List<Edge<?,Node>> edges,
Predicate<Edge> predicate) |
Node |
getParent() |
protected AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation> |
initialize(AbstractCanvasHandler context) |
String |
toString() |
doAllow, doExecute, doUndoaddCommand, allow, buildResult, ensureInitialized, evaluate, execute, executeCommands, getCommands, isEmpty, isInitialized, isUndoReverse, processMultipleCommands, processMultipleFunctions, size, undo, undoprotected AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation> initialize(AbstractCanvasHandler context)
initialize in class AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation>protected Optional<Edge<?,Node>> getEdge(List<Edge<?,Node>> edges, Predicate<Edge> predicate)
public Node getParent()
public Node getCandidate()
public String toString()
toString in class AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.