DroidDiagram Programmer's Guide
TableNode.setEditedText Method
See Also
 






Implements InplaceEditable.setEditedText. Assigns the edited text to the table's caption 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 the table's caption.

 See Also

TableNode Members
TableNode Class
com.mindfusion.diagramming Namespace