public final class AddCanvasChildNodeCommand extends AbstractCanvasCommand
| Constructor and Description |
|---|
AddCanvasChildNodeCommand(Node parent,
Node candidate,
String shapeSetId) |
| Modifier and Type | Method and Description |
|---|---|
CommandResult<CanvasViolation> |
execute(AbstractCanvasHandler context) |
Node |
getCandidate() |
Node |
getParent() |
String |
getShapeSetId() |
CommandResult<CanvasViolation> |
undo(AbstractCanvasHandler context) |
allow, buildResultpublic CommandResult<CanvasViolation> execute(AbstractCanvasHandler context)
public CommandResult<CanvasViolation> undo(AbstractCanvasHandler context)
public Node getParent()
public Node getCandidate()
public String getShapeSetId()
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.