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