MindFusion.Java Package Programmer's Guide
ControlNode Constructor (DiagramView, Component)
See Also
 






Initializes a new instance of the ControlNode class.

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

 Syntax

Java  Copy Code

public ControlNode (
    DiagramView diagramView,
    Component control
)

 Parameters

diagramView

The DiagramView that should become a parent of the hosted control.

control

The java.awt.Component that should be hosted inside this node.

 See Also

ControlNode Constructor Overload List
ControlNode Class
com.mindfusion.diagramming Namespace