public class FinishMarkAction extends BasicUndoableAction
| Modifier and Type | Method and Description |
|---|---|
static void |
finish(Project project,
Editor editor,
StartMarkAction startAction) |
DocumentReference |
getAffectedDocument() |
java.lang.String |
getCommandName() |
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 |
setCommandName(java.lang.String commandName) |
void |
setGlobal(boolean isGlobal) |
void |
undo() |
getAffectedDocumentspublic void undo()
public void redo()
public boolean isGlobal()
UndoableActionisGlobal in interface UndoableActionisGlobal in class BasicUndoableActionpublic void setGlobal(boolean isGlobal)
public void setCommandName(java.lang.String commandName)
public java.lang.String getCommandName()
public DocumentReference getAffectedDocument()
public static void finish(Project project, Editor editor, StartMarkAction startAction)