Search
NodeListView.insertNode Method (int, DiagramNode, String)
See Also
 

Inserts the node at the specified position.

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

 Syntax

Java  Copy Code

public void insertNode (
    int index,
    DiagramNode node,
    String label
)

 Parameters

index

The zero-based index at which the node should be inserted.

node

The node to insert. The text to be displayed for the node.

label

The text to be displayed for the node.

 See Also