public static class BasicMonitor.EclipseSubProgress extends org.eclipse.core.runtime.SubProgressMonitor implements Monitor
| Constructor and Description |
|---|
EclipseSubProgress(IProgressMonitor monitor,
int ticks) |
EclipseSubProgress(IProgressMonitor monitor,
int ticks,
int style) |
| Modifier and Type | Method and Description |
|---|---|
void |
setBlocked(Diagnostic reason)
Sets the reason for the activity being blocked.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbeginTask, clearBlocked, done, internalWorked, isCanceled, setCanceled, setTaskName, subTask, workedpublic EclipseSubProgress(IProgressMonitor monitor,
int ticks)
public EclipseSubProgress(IProgressMonitor monitor,
int ticks,
int style)
public void setBlocked(Diagnostic reason)
MonitorsetBlocked in interface MonitorCopyright © 2018. Licensed under the Eclipse Public License v1.0. All rights reserved.
Submit a bug or feature