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, waitredo, undopublic BasicUndoableAction()
public BasicUndoableAction(DocumentReference... refs)
public BasicUndoableAction(Document... docs)
public BasicUndoableAction(VirtualFile... files)
public DocumentReference[] getAffectedDocuments()
UndoableActiongetAffectedDocuments in interface UndoableActionpublic boolean isGlobal()
UndoableActionisGlobal in interface UndoableAction