MindFusion.Java Package Programmer's Guide
ControlNodeBuilder.allowIncomingLinks Method
See Also
 






Sets a value indicating whether users are allowed to draw links to this node.

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

 Syntax

Java  Copy Code

public ControlNodeBuilder allowIncomingLinks (
    boolean value
)

 Parameters

value

true if incoming links can be drawn to this node, otherwise false.

 Return Value

This DiagramNodeBuilder instance.

 See Also

ControlNodeBuilder Members
ControlNodeBuilder Class
com.mindfusion.diagramming.builders Namespace