Methods' Summary |
undoActionAdded |
is called when an undo action is added to the undo stack.
|
actionUndone |
is called when the top-most action of the undo stack has been undone.
|
actionRedone |
is called when the top-most action of the Redo stack has been re-applied.
|
allActionsCleared |
is called when both the Undo and the Redo stack have been cleared from all Undo actions.
|
redoActionsCleared |
is called when the the Redo stack has been cleared.
|
resetAll |
called when the complete undo manager has been reset
|
enteredContext |
is called when a new Undo context has been entered.
|
enteredHiddenContext |
is called when a new hidden Undo context has been entered.
|
leftContext |
is called when an Undo context has been left.
|
leftHiddenContext |
is calledn when a hidden Undo context has been left.
|
cancelledContext |
is called when an Undo context has been left, but no actions have been added within this context.
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.