DroidDiagram Programmer's Guide
DiagramNode.getAllOutgoingLinks Method
See Also
 






Gets a collection of all links going out of this node.

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

 Syntax

Java  Copy Code

public DiagramLinkList getAllOutgoingLinks ()

 Return Value

A DiagramLinkList containing all outgoing links.

 Remarks

This method returns OutgoingLinks when the node does not contain constituent parts that can be related by links, such as TableNode rows or TreeViewNode items. Otherwise, the method also collects all links that go out of the child items.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace
getAllLinks Method
getAllIncomingLinks Method