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() |
getAffectedDocuments
public void undo()
public void redo()
public boolean isGlobal()
UndoableAction
isGlobal
in interface UndoableAction
isGlobal
in class BasicUndoableAction
public 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)