Search
EditNodeTextEvent.getLabel Method
See Also
 

Gets a NodeLabel related to this event.

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

 Syntax

Java  Copy Code

public NodeLabel getLabel ()

 Return Value

A NodeLabel instance.

 Remarks

This property is set to null when the user edits node's main Text. It has a value only if user edits a supplementary node label.

 See Also