A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
cancel() — method, class org.robotlegs.utilities.undoablecommand.UndoableCommand
Call this function in your doExecute method to prevent this item from being added to the history stack.
CANCELLED — Constant Static Property, class org.robotlegs.utilities.undoablecommand.CommandEvent
CommandEvent of this type will be fired when execution of a command was cancelled.
canStepBackward — Property, class org.robotlegs.utilities.undoablecommand.CommandHistory
True if there's a command to undo.
canStepForward — Property, class org.robotlegs.utilities.undoablecommand.CommandHistory
True if there's a command to redo.
command — Property, class org.robotlegs.utilities.undoablecommand.CommandEvent
The command associated with the event.
CommandEvent — class, package org.robotlegs.utilities.undoablecommand
CommandEvents are fired when single commands finish executing, finish undoing or are cancelled.
CommandEvent(type:String, command:org.robotlegs.utilities.undoablecommand.interfaces:IUndoableCommand) — Constructor, class org.robotlegs.utilities.undoablecommand.CommandEvent
commandHistory — Property, class org.robotlegs.utilities.undoablecommand.commands.StepBackwardCommand
commandHistory — Property, class org.robotlegs.utilities.undoablecommand.commands.StepForwardCommand
CommandHistory — class, package org.robotlegs.utilities.undoablecommand
Provides an interface to manage undo/redo history and fires events on the eventDispatcher when history events occur.
CommandHistory() — Constructor, class org.robotlegs.utilities.undoablecommand.CommandHistory
currentCommand — Property, class org.robotlegs.utilities.undoablecommand.CommandHistory
Gets the command at the top of the history stack.
currentPosition — Property, class org.robotlegs.utilities.undoablecommand.CommandHistory
Pointer to the current command in the history stack.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z