DroidDiagram Programmer's Guide
ExpandTreeViewItemCmd.execute Method
See Also
 






Command.execute override.

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

 Syntax

Java  Copy Code

public void execute (
    boolean undoEnabled
)

 Parameters

undoEnabled

Specifies whether undo/redo is enabled. If undo is disabled, the command won't be saved in undo history and will never be called to undo or redo itself. In such case you might choose to skip some housekeeping operations such as saving state variables for later undo/redo.

 See Also

ExpandTreeViewItemCmd Members
ExpandTreeViewItemCmd Class
com.mindfusion.diagramming Namespace