Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.maddyhome.idea.vim.helper
Class RunnableHelper  view RunnableHelper download RunnableHelper.java

java.lang.Object
  extended bycom.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)