Represents an action that can be undone or redone.
The following tables list the members exposed by the Command type.
Name | Description | |
---|---|---|
![]() |
Initializes a new Command instance. |
Name | Description | |
---|---|---|
![]() |
Adds a command object to a compound command. |
|
![]() |
This method is called internally by DroidDiagram when performing the action. |
|
![]() |
Gets a collection of all command objects contained within the composite one. |
|
![]() |
Gets the title of this command. |
|
![]() |
This method is called by the UndoManager when redoing actions. |
|
![]() |
Sets the command title. |
|
![]() |
This method is called by the UndoManager when undoing actions. |
Name | Description | |
---|---|---|
![]() |
Merges adjacent commands in the history queue if they are related. |
|
![]() |
Gets the command's context. |
|
![]() |
Determines whether a command has been initiated by this command and should be treated as a derivative. |