DroidDiagram Programmer's Guide
DiagramLink.setEditedText Method
See Also
 






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

 See Also

DiagramLink Members
DiagramLink Class
com.mindfusion.diagramming Namespace