public class BrowserBuildProgressMonitor extends java.lang.Thread implements IBuildProgressMonitor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROGRESS_HEADING |
| Constructor and Description |
|---|
BrowserBuildProgressMonitor(BrowserMessageHandler handler) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Start the progress monitor
|
void |
finish(boolean wasFullBuild)
Stop the progress monitor
|
boolean |
isCancelRequested()
Checks whether the user has chosen to cancel the progress monitor
|
void |
setProgress(double percentDone)
Sets the current progress done
|
void |
setProgressText(java.lang.String text)
Sets the label describing the current progress phase.
|
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic static final java.lang.String PROGRESS_HEADING
public BrowserBuildProgressMonitor(BrowserMessageHandler handler)
public void finish(boolean wasFullBuild)
IBuildProgressMonitorfinish in interface IBuildProgressMonitorwasFullBuild - - true if was a full build, false otherwisepublic boolean isCancelRequested()
IBuildProgressMonitorisCancelRequested in interface IBuildProgressMonitorpublic void setProgress(double percentDone)
IBuildProgressMonitorsetProgress in interface IBuildProgressMonitorpublic void setProgressText(java.lang.String text)
IBuildProgressMonitorsetProgressText in interface IBuildProgressMonitorpublic void begin()
IBuildProgressMonitorbegin in interface IBuildProgressMonitor