Home | History | Annotate | Download | only in content

Lines Matching defs:redo

29  * a document or application.  This class supports both undo and redo and has
33 * apps implement to define their undo/redo behavior. The UndoManager keeps
50 * undo/redo them without needing to impact edits in other objects; while
52 * undo/redo them as a single stream.</p>
262 * Perform redo of last/top <var>count</var> undo states in the transient redo stack.
270 public int redo(UndoOwner[] owners, int count) {
282 state.redo();
294 * Returns true if we are currently inside of an undo/redo operation. This is
364 * Return the number of redo states on the undo stack.
393 * Return the user-visible label for the top redo state on the stack.
409 throw new IllegalStateException("Can't being update while performing undo/redo");
916 void redo() {
919 mOperations.get(i).redo();