net.refractions.udig.project.ui
Class BusyIndicator

java.lang.Object
  extended by net.refractions.udig.project.ui.BusyIndicator

public class BusyIndicator
extends java.lang.Object

Since:
1.1.0
Author:
jones

Constructor Summary
BusyIndicator()
           
 
Method Summary
static void showWhile(ViewportPane pane, Display display, java.lang.Runnable runnable)
           
static void showWhile(ViewportPane pane, java.lang.Runnable runnable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusyIndicator

public BusyIndicator()
Method Detail

showWhile

public static void showWhile(ViewportPane pane,
                             java.lang.Runnable runnable)

showWhile

public static void showWhile(ViewportPane pane,
                             Display display,
                             java.lang.Runnable runnable)