public class UpdateChildrenCommand extends AbstractCanvasCompositeCommand
commands| Constructor and Description |
|---|
UpdateChildrenCommand(Node parent,
Collection<Node> candidates) |
UpdateChildrenCommand(Node parent,
Node candidate) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Node> |
getCandidates() |
Node |
getParent() |
protected AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation> |
initialize(AbstractCanvasHandler canvasHandler) |
String |
toString() |
doAllow, doExecute, doUndoaddCommand, allow, buildResult, ensureInitialized, evaluate, execute, executeCommands, getCommands, isEmpty, isInitialized, isUndoReverse, processMultipleCommands, processMultipleFunctions, size, undo, undopublic UpdateChildrenCommand(Node parent, Collection<Node> candidates)
protected AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation> initialize(AbstractCanvasHandler canvasHandler)
initialize in class AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation>public Node getParent()
public Collection<Node> getCandidates()
public String toString()
toString in class AbstractCompositeCommand<AbstractCanvasHandler,CanvasViolation>Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.