DroidDiagram Programmer's Guide
TableNode.addRelation Method
See Also
 






Creates a new DiagramLink related to this table.

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

 Syntax

Java  Copy Code

public DiagramLink addRelation (
    int row,
    Relationship rel,
    TableNode table,
    int relRow
)

 Parameters

row

Index of a row in this table.

rel

A member of the Relationship enumeration.

table

The related table.

relRow

Index of a row in the related table.

 Return Value

An DiagramLink object representing the new link.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace