com.intellij.usages.impl
Class UsageViewImplUtil

java.lang.Object
  extended by com.intellij.usages.impl.UsageViewImplUtil

public class UsageViewImplUtil
extends java.lang.Object

Created by IntelliJ IDEA. User: Maxim.Mossienko Date: Feb 15, 2005 Time: 11:33:23 PM To change this template use File | Settings | File Templates.


Constructor Summary
UsageViewImplUtil()
           
 
Method Summary
static void runProcessWithProgress(ProgressIndicator progressIndicator, java.lang.Runnable findUsagesRunnable, java.lang.Runnable showResultsRunnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UsageViewImplUtil

public UsageViewImplUtil()
Method Detail

runProcessWithProgress

public static void runProcessWithProgress(ProgressIndicator progressIndicator,
                                          java.lang.Runnable findUsagesRunnable,
                                          java.lang.Runnable showResultsRunnable)