DroidDiagram Programmer's Guide
Row.getIncomingLinks Method
See Also
 






Gets a list of all links coming into this row.

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

 Syntax

Java  Copy Code

public DiagramLinkList getIncomingLinks ()

 Return Value

An DiagramLinkList containing the incoming links.

 Remarks

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

 See Also

Row Members
Row Class
com.mindfusion.diagramming Namespace