DroidDiagram Programmer's Guide
Cell.setEditedText Method
See Also
 






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

 See Also

Cell Members
Cell Class
com.mindfusion.diagramming Namespace