public interface ProgressMonitor
| Modifier and Type | Method and Description |
|---|---|
void |
beginTask(String label,
int totalWork) |
void |
done() |
boolean |
isCanceled() |
void |
setCanceled(boolean value) |
void |
setTaskName(String value) |
void |
subTask(String label) |
void |
worked(int amount) |
Copyright © 2017 TopQuadrant, Inc.. All rights reserved.