DroidDiagram Programmer's Guide
TreeViewNode.getRootItems Method
See Also
 






Gets a list of the root TreeViewItem objects displayed in this node.

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

 Syntax

Java  Copy Code

public TreeItemList getRootItems ()

 Return Value

A TreeItemList instance containing the root items of this node.

 Remarks

You can directly manipulate this collection to add or remove root items.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace
TreeViewItem.getChildren Method