|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressTask
ProgressTask interface - defines a set of method to deal with a long task
Method Summary | |
---|---|
void |
hideProgress()
Hides Progress bar |
void |
showProgress(boolean interminate)
Show Progress bar |
void |
showProgress(java.lang.String message,
boolean interminate)
Show Progress bar with the initial message |
void |
updateMessage(java.lang.String... messages)
Update current progress bar message. |
Method Detail |
---|
void showProgress(boolean interminate)
interminate
- defines the behavior of the progress: interminate or
notvoid showProgress(java.lang.String message, boolean interminate)
message
- message to be displayed on the status barinterminate
- defines the behavior of the progress: interminate or
notvoid hideProgress()
void updateMessage(java.lang.String... messages)
messages
- list of messages to be displayed. Each message will be
separated by white space
|
VLab Common 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |