GUI aspects independent of any chosen windows API.
-
final void
This
final
implementation checks if it can be redone and if the undoable is still
alive, and if so, calls
ALcdUndoable.redoImpl()
.
void
Redoes the operation represented by this ILcdUndoable
.
protected abstract void
Implement this method with the actual redo behavior.
protected void
Redoes all ILcdUndoable
objects added to this composite in the order they were
added.
final void
This
final
implementation checks if it can be undone and if the undoable is still
alive, and if so, calls
ALcdUndoable.undoImpl()
.
void
Undoes the operation represented by this ILcdUndoable
.
protected abstract void
Implement this method with the actual undo behavior.
protected void
Undoes all added ILcdUndoable
objects added to this composite in the reverse order
they were added.