DroidDiagram Programmer's Guide
CompositeNode.getComponents Method
See Also
 






Gets a list with the root components contained in the node.

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

 Syntax

Java  Copy Code

public List<ComponentBase> getComponents ()

 Return Value

A list with the components contained in this node.

 See Also

CompositeNode Members
CompositeNode Class
com.mindfusion.diagramming Namespace