WriteCommandAction.writeCommandAction(Project)
.run() or .compute() instead@Deprecated public abstract static class WriteCommandAction.Simple<T> extends WriteCommandAction<T>
WriteCommandAction.Builder, WriteCommandAction.Simple<T>
Modifier | Constructor and Description |
---|---|
protected |
Simple(Project project,
PsiFile... files)
Deprecated.
|
protected |
Simple(Project project,
java.lang.String commandName,
PsiFile... files)
Deprecated.
|
protected |
Simple(Project project,
java.lang.String name,
java.lang.String groupID,
PsiFile... files)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
run()
Deprecated.
|
protected void |
run(Result<T> result)
Deprecated.
|
execute, getCommandName, getGroupID, getProject, getUndoConfirmationPolicy, isGlobalUndoAction, performCommand, runWriteCommandAction, runWriteCommandAction, runWriteCommandAction, runWriteCommandAction, shouldRecordActionForActiveDocument, writeCommandAction, writeCommandAction, writeCommandAction
executeSilently, isSilentExecution
protected Simple(Project project, java.lang.String commandName, PsiFile... files)
protected void run(Result<T> result) throws java.lang.Throwable
run
in class BaseActionRunnable<T>
java.lang.Throwable
protected abstract void run() throws java.lang.Throwable
java.lang.Throwable