public interface UndoableAction
Modifier and Type | Method and Description |
---|---|
DocumentReference [] |
getAffectedDocuments()
Returns the documents, affected by this action.
|
boolean |
isGlobal()
Global actions are those, that can be undone not only from the document of the file, but also from the project tree view.
|
void |
redo() |
void |
undo() |
void undo() throws UnexpectedUndoException
UnexpectedUndoException
void redo() throws UnexpectedUndoException
UnexpectedUndoException
DocumentReference [] getAffectedDocuments()
boolean isGlobal()