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
 IProgressMonitor get(java.lang.Object... params)
          Requires no parameters
static ProgressManager instance()
          Returns the singleton instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static ProgressManager instance()
Returns the singleton instance

Returns:
the singleton instance

get

public IProgressMonitor get(java.lang.Object... params)
Requires no parameters