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.
Class | Package | Description | |
---|---|---|---|
CommandEvent | org.robotlegs.utilities.undoablecommand | CommandEvents are fired when single commands finish executing, finish undoing or are cancelled. | |
CommandHistory | org.robotlegs.utilities.undoablecommand | Provides an interface to manage undo/redo history and fires events on the eventDispatcher when history events occur. | |
HistoryEvent | org.robotlegs.utilities.undoablecommand | These events fire when operations occur on a CommandHistory object, or to control a CommandHistory object. | |
IUndoableCommand | org.robotlegs.utilities.undoablecommand.interfaces | ||
StepBackwardCommand | org.robotlegs.utilities.undoablecommand.commands | Map this command to the HistoryEvent.STEP_BACKWARD event to trigger an undo action. | |
StepForwardCommand | org.robotlegs.utilities.undoablecommand.commands | Map this command to the HistoryEvent.STEP_FORWARD event to trigger a redo action. | |
UndoableCommand | org.robotlegs.utilities.undoablecommand | This command handles adding itself to the provided/injected CommandHistory. | |
UndoableCommandBase | org.robotlegs.utilities.undoablecommand |