public static interface MonitorUtil.IProgressMonitor
| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN
Constant indicating an unknown amount of work.
|
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(String task,
int totalWork) |
void |
cancel() |
void |
done() |
String |
getCancelMessage() |
boolean |
isCanceled() |
void |
subTask(String subTask) |
void |
worked(int units) |
static final int UNKNOWN