public abstract class ContribProgressMonitor
extends Object
Constructor and Description |
---|
ContribProgressMonitor() |
Modifier and Type | Method and Description |
---|---|
void |
cancel() |
void |
error(Exception e) |
void |
finished() |
Exception |
getException() |
int |
getProgress() |
boolean |
isCanceled() |
boolean |
isError() |
boolean |
isFinished() |
void |
setProgress(int value) |
void |
startTask(String name,
int maxValue) |
public void startTask(String name, int maxValue)
public void setProgress(int value)
public int getProgress()
public boolean isCanceled()
public void cancel()
public boolean isError()
public Exception getException()
public void error(Exception e)
public boolean isFinished()
public void finished()