public class GUIProgressBar extends AbstractProgressBar implements java.lang.Runnable
Constructor and Description |
---|
GUIProgressBar(double maxProgress,
java.lang.String progressMessage)
Init the GUI progress bar
|
Modifier and Type | Method and Description |
---|---|
void |
finish()
Perform any teardown (e.g., close popup window, display completion message)
|
void |
refreshDisplay()
Update the progress bar display.
|
void |
run() |
getETAString, getMaxProgress, getProgressMessage, increment, isIndeterminate, setIndeterminate, setMaxProgress, setProgress, setProgressMessage, start
public GUIProgressBar(double maxProgress, java.lang.String progressMessage)
maxProgress
- Max progress for the barprogressMessage
- Message to displaypublic void finish()
finish
in class AbstractProgressBar
public void refreshDisplay()
refreshDisplay
in class AbstractProgressBar
public void run()
run
in interface java.lang.Runnable