Search
DraggedNodeTransferable Constructor
See Also
 

Initializes a new instance of the DraggedNodeTransferable class.

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

 Syntax

Java  Copy Code

public DraggedNodeTransferable (
    DraggedNode node
)

 Parameters

node

A representation of the DiagramNode to transfer.

 See Also