DroidDiagram Programmer's Guide
EditTextCmd Constructor
See Also
 






Initializes a new instance of the EditTextCmd class.

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

 Syntax

Java  Copy Code

public EditTextCmd (
    InplaceEditable item,
    String newText
)

 Parameters

item

The DiagramItem whose text to change.

newText

A string specifying the new text.

 See Also

EditTextCmd Class
com.mindfusion.diagramming Namespace