net.refractions.udig.ui
Class ProgressMonitorTaskNamer

java.lang.Object
  extended by SubProgressMonitor
      extended by net.refractions.udig.ui.ProgressMonitorTaskNamer

public class ProgressMonitorTaskNamer
extends SubProgressMonitor

A SubprogressMonitor that also changes the current task name when begin Task is called.

Since:
1.1.0
Author:
Jesse

Constructor Summary
ProgressMonitorTaskNamer(IProgressMonitor monitor, int ticks)
           
 
Method Summary
 void beginTask(java.lang.String name, int totalWork)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProgressMonitorTaskNamer

public ProgressMonitorTaskNamer(IProgressMonitor monitor,
                                int ticks)
Method Detail

beginTask

public void beginTask(java.lang.String name,
                      int totalWork)