net.refractions.udig.ui
Class ProgressManager

java.lang.Object
  extended by net.refractions.udig.ui.ProgressManager

public class ProgressManager
extends java.lang.Object

Provides a consistent way to show progress of blocking operations.

Since:
1.1.0
Author:
Jesse

Method Summary
static ProgressManager get()
          Returns the singleton instance
 IProgressMonitor getProgressMonitor()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static ProgressManager get()
Returns the singleton instance

Returns:
the singleton instance

getProgressMonitor

public IProgressMonitor getProgressMonitor()