public abstract class BasicUndoableAction extends java.lang.Object implements UndoableAction
Constructor and Description |
---|
BasicUndoableAction() |
BasicUndoableAction(Document... docs) |
BasicUndoableAction(DocumentReference... refs) |
BasicUndoableAction(VirtualFile... files) |
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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
redo, undo
public BasicUndoableAction()
public BasicUndoableAction(DocumentReference... refs)
public BasicUndoableAction(Document... docs)
public BasicUndoableAction(VirtualFile... files)
public DocumentReference[] getAffectedDocuments()
UndoableAction
getAffectedDocuments
in interface UndoableAction
public boolean isGlobal()
UndoableAction
isGlobal
in interface UndoableAction