|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
UndoableChange | An object of this type describes the change made by an interactive command and provides sufficient information for that change to be undone and redone. |
UndoListener | Listens to changes in the state of an UndoManager . |
Class Summary | |
---|---|
RedoAction | Action which reverts the last undo effected by the corresponding undo manager. |
UndoAction | Action which undoes the last change registered with the corresponding undo manager. |
UndoManager | Manages a list of changes of type UndoableChange . |
UndoRedoAction | Common super class for UndoAction and RedoAction |
Provides a simple framework for registering and activating undoable (and redoable) actions with a central undo manager.
UndoManager
) which keeps track
of all actions performed on objects in these windows.UndoableChange
.
UndoAction
and RedoAction
can then be used to
create undo and redo buttons (or menu items)
which allow the user to undo the last change
(or several changes) and then optionally
redo the actions which were just undone.
UndoListener
with
the undo manager.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |