edu.cmu.minorthird.util
Class ProgressCounter
java.lang.Object
edu.cmu.minorthird.util.ProgressCounter
public final class ProgressCounter
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProgressCounter
public ProgressCounter(java.lang.String task,
java.lang.String step,
int numSteps)
ProgressCounter
public ProgressCounter(java.lang.String task,
int numSteps)
ProgressCounter
public ProgressCounter(java.lang.String task,
java.lang.String step)
ProgressCounter
public ProgressCounter(java.lang.String task)
setGraphicContext
public static void setGraphicContext(javax.swing.JProgressBar[] context)
clearGraphicContext
public static void clearGraphicContext()
progress
public final void progress()
- Record one step of progress on the task
finished
public void finished()
- Record this task as completed.