Search
InplaceEditable.setEditedText Method
See Also
 

Sets the edited text to the object after the in-place editing operation has been completed successfully.

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

 Syntax

Java  Copy Code

void setEditedText (
    String newText
)

 Parameters

newText
The new text of the in-place edited object.

 See Also