The flashx.undo package contains the classes that manage the history of editing operations.
Interfaces
Interface | Description | |
---|---|---|
IOperation | IOperation defines the interface for operations that can be undone and redone. | |
IUndoManager | IUndoManager defines the interface for managing the undo and redo stacks. |
Classes
Class | Description | |
---|---|---|
UndoManager | The UndoManager class manages the history of editing operations on a text flow so that these operations can be undone and redone. |
Fri Mar 19 2010, 02:57 AM -07:00