public static interface WriteCommandAction.Builder
Modifier and Type | Method and Description |
---|---|
<R,E extends java.lang.Throwable> |
compute(ThrowableComputable<R,E> action) |
<E extends java.lang.Throwable> |
run(ThrowableRunnable<E> action) |
WriteCommandAction.Builder |
shouldRecordActionForActiveDocument(boolean value) |
WriteCommandAction.Builder |
withGlobalUndo() |
WriteCommandAction.Builder |
withGroupId(java.lang.String groupId) |
WriteCommandAction.Builder |
withName(java.lang.String name) |
WriteCommandAction.Builder |
withUndoConfirmationPolicy(UndoConfirmationPolicy policy) |
WriteCommandAction.Builder withName(java.lang.String name)
WriteCommandAction.Builder withGroupId(java.lang.String groupId)
WriteCommandAction.Builder withUndoConfirmationPolicy(UndoConfirmationPolicy policy)
WriteCommandAction.Builder withGlobalUndo()
WriteCommandAction.Builder shouldRecordActionForActiveDocument(boolean value)
<E extends java.lang.Throwable> void run(ThrowableRunnable<E> action) throws E extends java.lang.Throwable
E extends java.lang.Throwable
<R,E extends java.lang.Throwable> R compute(ThrowableComputable<R,E> action) throws E extends java.lang.Throwable
E extends java.lang.Throwable