|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intellij.util.ActionRunner
public abstract class ActionRunner
| Nested Class Summary | |
|---|---|
static interface |
ActionRunner.InterruptibleRunnable
|
static interface |
ActionRunner.InterruptibleRunnableWithResult<T>
|
| Constructor Summary | |
|---|---|
ActionRunner()
|
|
| Method Summary | ||
|---|---|---|
static void |
runInsideReadAction(ActionRunner.InterruptibleRunnable runnable)
|
|
static void |
runInsideWriteAction(ActionRunner.InterruptibleRunnable runnable)
|
|
static
|
runInsideWriteAction(ActionRunner.InterruptibleRunnableWithResult<T> runnable)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ActionRunner()
| Method Detail |
|---|
public static void runInsideWriteAction(ActionRunner.InterruptibleRunnable runnable)
throws java.lang.Exception
java.lang.Exception
public static <T> T runInsideWriteAction(ActionRunner.InterruptibleRunnableWithResult<T> runnable)
throws java.lang.Exception
java.lang.Exception
public static void runInsideReadAction(ActionRunner.InterruptibleRunnable runnable)
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||