public interface UndoableAction
Modifier and Type | Method and Description |
---|---|
void |
doAction()
do the action, either first time or redo
|
String |
getLabel() |
AreaRef |
getRedoSelection() |
Sheet |
getRedoSheet() |
AreaRef |
getUndoSelection() |
Sheet |
getUndoSheet() |
boolean |
isRedoable()
Check if still redoable or not
|
boolean |
isUndoable()
Check if still undoable or not
|
void |
undoAction()
Undo the action
|
String getLabel()
void doAction()
boolean isUndoable()
boolean isRedoable()
void undoAction()
AreaRef getUndoSelection()
AreaRef getRedoSelection()
Sheet getUndoSheet()
Sheet getRedoSheet()
Copyright © 2020. All rights reserved.