public void
die
()
[Overrides AbstractUndoableEdit]
die to each subedit,
in the reverse of the order that they were added.
protected UndoableEdit
lastEdit
()
UndoableEdit in
edits, or null
if edits is empty.
public void
redo
()
throws
CannotRedoException
[Overrides AbstractUndoableEdit]
redo to all contained
UndoableEdits in the order in
which they were added.
public void
undo
()
throws
CannotUndoException
[Overrides AbstractUndoableEdit]
undo to all contained
UndoableEdits in the reverse of
the order in which they were added.
pack-private
boolean alive
[Inherited From AbstractUndoableEdit]
die; defaults
to true.
protected
Vector<UndoableEdit> edits
UndoableEdits
undone/redone en masse by this CompoundEdit.
pack-private
boolean hasBeenDone
[Inherited From AbstractUndoableEdit]