Gets the parent ContainerNode containing this node.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public ContainerNode getContainer () |
The parent ContainerNode of this node.
RemarksCall the add method of ContainerNode to add a child node to the container. Call remove to remove a child node.
See Also