Uses of Class
com.luciad.gui.TLcdCannotUndoRedoException
Packages that use TLcdCannotUndoRedoException
-
Uses of TLcdCannotUndoRedoException in com.luciad.gui
Methods in com.luciad.gui that throw TLcdCannotUndoRedoExceptionModifier and TypeMethodDescriptionfinal void
ALcdUndoable.redo()
Thisfinal
implementation checks if it can be redone and if the undoable is still alive, and if so, callsALcdUndoable.redoImpl()
.void
ILcdUndoable.redo()
Redoes the operation represented by thisILcdUndoable
.protected abstract void
ALcdUndoable.redoImpl()
Implement this method with the actual redo behavior.protected void
TLcdCompositeUndoable.redoImpl()
Redoes allILcdUndoable
objects added to this composite in the order they were added.final void
ALcdUndoable.undo()
Thisfinal
implementation checks if it can be undone and if the undoable is still alive, and if so, callsALcdUndoable.undoImpl()
.void
ILcdUndoable.undo()
Undoes the operation represented by thisILcdUndoable
.protected abstract void
ALcdUndoable.undoImpl()
Implement this method with the actual undo behavior.protected void
TLcdCompositeUndoable.undoImpl()
Undoes all addedILcdUndoable
objects added to this composite in the reverse order they were added.