T - The type of operations.public interface UndoManagerPlus<T> extends UndoManager<T>
UndoManager that provides versions of the undo and redo methods which return more
information.| 限定符和类型 | 方法和说明 |
|---|---|
Pair<List<T>,List<T>> |
redoPlus()
Effects a redo.
|
Pair<List<T>,List<T>> |
undoPlus()
Effects an undo.
|
canRedo, canUndo, checkpoint, nonUndoableOp, redo, undo, undoableOpPair<List<T>,List<T>> redoPlus()
Pair<List<T>,List<T>> undoPlus()
Copyright © 2013. All Rights Reserved.