DroidDiagram Programmer's Guide
TreeViewItem.getIncomingLinks Method
See Also
 






Gets a collection of all links that point to this item.

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

 Syntax

Java  Copy Code

public DiagramLinkList getIncomingLinks ()

 Return Value

This method returns a collection of all links that point to this item. Use it to access the links or get their number.

 See Also

TreeViewItem Members
TreeViewItem Class
com.mindfusion.diagramming Namespace