Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 AggregateUndoCommand
com.sophware.undoredo.commands Handles a set of synchronous commands as a single undoable operation.
 CairngormUndoEvent
com.sophware.undoredo.control A CairngormUndoEvent that contains a description of the undo/redo operation.
 IUndoCommand
com.sophware.undoredo.commands The Undo/Redo interface used by the undo/redo stack
 IUndoGroupFactory
com.sophware.undoredo.control The provided interface for creating an UndoGroup for the front controller.
 NamedObjectLocator
com.sophware.cairngorm.model Provides singleton like access to different named objects.
 NamedUndoGroupFactory
com.sophware.undoredo.control A Factory that creates an UndoGroup for the UndoFrontController.
 UndoCommand
com.sophware.undoredo.commands A suitable base class that implements the IUndoCommand interface.
 UndoFrontController
com.sophware.undoredo.control A FrontController with undo and redo support.
 UndoGroup
com.sophware.undoredo.model A Group of UndoStacks.
 UndoRedoConstants
com.sophware.undoredo 
 UndoStack
com.sophware.undoredo.model Maintains a list of undoable and redoable operations.
 UndoStackCommand
com.sophware.undoredo.commands An command class that operates on the undo group used by the UndoFrontController.
 UndoStackEvent
com.sophware.undoredo.control An event that stores information about a undo or redo request.