Search
TreeViewItem.setEditedText Method
See Also
 

Implements InplaceEditable.setEditedText. Assigns the edited text to the item 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 of this item.

 See Also