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 voidALcdUndoable.redo()Thisfinalimplementation checks if it can be redone and if the undoable is still alive, and if so, callsALcdUndoable.redoImpl().voidILcdUndoable.redo()Redoes the operation represented by thisILcdUndoable.protected abstract voidALcdUndoable.redoImpl()Implement this method with the actual redo behavior.protected voidTLcdCompositeUndoable.redoImpl()Redoes allILcdUndoableobjects added to this composite in the order they were added.final voidALcdUndoable.undo()Thisfinalimplementation checks if it can be undone and if the undoable is still alive, and if so, callsALcdUndoable.undoImpl().voidILcdUndoable.undo()Undoes the operation represented by thisILcdUndoable.protected abstract voidALcdUndoable.undoImpl()Implement this method with the actual undo behavior.protected voidTLcdCompositeUndoable.undoImpl()Undoes all addedILcdUndoableobjects added to this composite in the reverse order they were added.