|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MProgressMonitor
Progress monitor interface. Supports multiple-level progress monitors.
| Method Summary | |
|---|---|
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(java.lang.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. |
| Method Detail |
|---|
void initProgressMonitor(java.lang.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 value
int getMaximum()
void setMaximum(int v)
v - the maximum valueboolean isCanceled()
MProgressMonitor getChild()
int getLevel()
boolean isDialogVisible()
MProgressMonitor newInstance()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||