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  
undo() — method, class org.robotlegs.utilities.undoablecommand.UndoableCommandBase
Executes the undo function.
undo() — method, interface org.robotlegs.utilities.undoablecommand.interfaces.IUndoableCommand
Reverse the performed action
UndoableCommand — class, package org.robotlegs.utilities.undoablecommand
This command handles adding itself to the provided/injected CommandHistory.
UndoableCommand(doFunction:Function, undoFunction:Function) — Constructor, class org.robotlegs.utilities.undoablecommand.UndoableCommand
UndoableCommandBase — class, package org.robotlegs.utilities.undoablecommand
UndoableCommandBase(doFunction:Function, undoFunction:Function) — Constructor, class org.robotlegs.utilities.undoablecommand.UndoableCommandBase
Creates a new UndoableCommand
undoExecute() — method, class org.robotlegs.utilities.undoablecommand.UndoableCommand
Override this function in your subclasses to implement the undo of the actions performed in doExecute().
undoExecute() — method, class org.robotlegs.utilities.undoablecommand.UndoableCommandBase
Subclasses must override this function.
UNDO_EXECUTE_COMPLETE — Constant Static Property, class org.robotlegs.utilities.undoablecommand.CommandEvent
CommandEvent of this type will be fired when a command has completed undoing.
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