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