MindFusion.Java Package Programmer's Guide
DiagramNode.getContainer Method
See Also
 






Gets the parent ContainerNode containing this node.

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

 Syntax

Java  Copy Code

public ContainerNode getContainer ()

 Return Value

The parent ContainerNode of this node.

 Remarks

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

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace
getMasterItem Method
ContainerNode.getChildren Method