|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressReporter
Defines an object that can report status to the user.
Method Summary | |
---|---|
void |
done()
Indicates that the operation has completed. |
int |
getMaximum()
Returns the maximum progress value. |
java.lang.String |
getMessage()
Returns the string message associated with the current part of the task being performed. |
int |
getMinimum()
Returns the minimum progress value. |
int |
getProgress()
Returns the current progress amount. |
boolean |
isCanceled()
Returns true when the operation has been canceled by the user. |
void |
setMaximum(int val)
Sets the maximum progress value. |
void |
setMessage(java.lang.String message)
Sets the string message associated with the current part of the task being performed. |
void |
setMinimum(int val)
Sets the minimum progress value. |
void |
setProgress(int val)
Sets the current progress amount. |
Method Detail |
---|
void setMessage(java.lang.String message)
java.lang.String getMessage()
void setProgress(int val)
int getProgress()
void setMinimum(int val)
int getMinimum()
void setMaximum(int val)
int getMaximum()
boolean isCanceled()
void done()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |