public class DefaultBuildProgressMonitor extends java.lang.Thread implements IBuildProgressMonitor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROGRESS_HEADING |
| Constructor and Description |
|---|
DefaultBuildProgressMonitor(java.awt.Frame parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
begin()
Start the progress monitor.
|
void |
finish(boolean wasFullBuild)
Jump the progress bar to the end and finish progress monitoring.
|
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 DefaultBuildProgressMonitor(java.awt.Frame parent)
public void begin()
begin in interface IBuildProgressMonitorpublic void setProgressText(java.lang.String text)
setProgressText in interface IBuildProgressMonitorpublic void finish(boolean wasFullBuild)
finish in interface IBuildProgressMonitorwasFullBuild - - true if was a full build, false otherwisepublic boolean isCancelRequested()
IBuildProgressMonitorisCancelRequested in interface IBuildProgressMonitorpublic void setProgress(double percentDone)
IBuildProgressMonitorsetProgress in interface IBuildProgressMonitor