MindFusion.Java Package Programmer's Guide
ContainerNode.getChildren Method
See Also
 






Gets the child nodes of this container.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public ReadOnlyDiagramNodeList getChildren ()

 Return Value

A list containing the child nodes of this container.

 Remarks

Call the add method of ContainerNode to add a child node to the container. Call remove to remove a child node.

 See Also

ContainerNode Members
ContainerNode Class
com.mindfusion.diagramming Namespace
getContainer Method
setAutoDeleteChildren Method
resizeToFitChildren Method