|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ helper overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.maddyhome.idea.vim.helper
Class RunnableHelper

java.lang.Objectcom.maddyhome.idea.vim.helper.RunnableHelper
- public class RunnableHelper
- extends java.lang.Object
This provides some helper methods to run code as a command and an application write action
| Nested Class Summary | |
(package private) static class |
RunnableHelper.ReadAction
|
(package private) static class |
RunnableHelper.WriteAction
|
| Constructor Summary | |
private |
RunnableHelper()
|
| Method Summary | |
static void |
runReadCommand(java.lang.Runnable cmd)
|
static void |
runWriteCommand(java.lang.Runnable cmd)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RunnableHelper
private RunnableHelper()
| Method Detail |
runReadCommand
public static void runReadCommand(java.lang.Runnable cmd)
runWriteCommand
public static void runWriteCommand(java.lang.Runnable cmd)
|
|||||||||
| Home >> All >> com >> maddyhome >> idea >> vim >> [ helper overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.maddyhome.idea.vim.helper.RunnableHelper