public interface MProgressMonitor
| Modifier and Type | Method and Description |
|---|---|
MProgressMonitor |
getChild()
Gets the child of this progress monitor.
|
int |
getLevel()
Gets the level of this progress monitor.
|
int |
getMaximum()
Gets the maximum value.
|
void |
initProgressMonitor(String note,
int min,
int max)
Create a progress monitor.
|
boolean |
isCanceled()
Tests whether the user canceled the dialog.
|
boolean |
isDialogVisible()
Tests whether the dialog is visible.
|
MProgressMonitor |
newInstance()
Creates new monitor with same parent, message, levels.
|
void |
setMaximum(int v)
Gets the maximum value.
|
boolean |
setProgressValue(int x)
Set progress.
|
void initProgressMonitor(String note, int min, int max)
note - text to appear in the dialogmin - initial progress valuemax - final progress valueboolean setProgressValue(int x)
x - the current progress valueint getMaximum()
void setMaximum(int v)
v - the maximum valueboolean isCanceled()
MProgressMonitor getChild()
int getLevel()
boolean isDialogVisible()
MProgressMonitor newInstance()