Implements undo/redo functionality. The undo manager can be accessed by calling the getUndoManager method of the Diagram class.
The following tables list the members exposed by the UndoManager type.
Name | Description | |
---|---|---|
![]() |
Gets a reference to the list of commands stored for later undo/redo. |
|
![]() |
Gets a value indicating whether actions performed on the diagram can be undone or redone. |
|
![]() |
Redoes the next action in the undo/redo queue. |
|
![]() |
Enables or disabled undo/redo. |
|
![]() |
Overloaded. |
|
![]() |
Undoes the previous action in the undo/redo queue. |