DroidDiagram Programmer's Guide
TreeViewItem Class
Remarks See Also
 






Represents a constituent item of the hierarchy displayed inside a TreeViewNode.

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

 Syntax

Java  Copy Code

public class TreeViewItem implements RenderTextCallback, InplaceEditable, Externalizable

 Remarks

The items of a TreeViewNode can be traversed recursively starting from the node's RootItems. Given an item, you can find its parent and child items by calling getParent and getChildren.

If the ConnectionStyle of a node is set to Items, links connect to specific items of the node. Such links can be accessed by means of the IncomingLinks and OutgoingLinks collections.

 Inheritance Hierarchy

java.lang.Object
    com.mindfusion.diagramming.TreeViewItem

 See Also

TreeViewItem Members
com.mindfusion.diagramming Namespace