Search
LinkLabel.setEditedText Method
See Also
 

Implements InplaceEditable.setEditedText. Assigns the edited text to the label after in-place edit operation completes successfully

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

 Syntax

Java  Copy Code

public void setEditedText (
    String newText
)

 Parameters

newText
The new text for this label.

 See Also