|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A progress tracker is an interface for a progress bar that shows the progress of initializing an application. The standard implementation is a splash screen.
Method Summary | |
void |
setCurrentValue(int current)
Sets the current value that has to be in between 0 and max value. |
void |
setMaxValue(int max)
Sets the maximum value that equals 100%. |
Method Detail |
public void setMaxValue(int max)
public void setCurrentValue(int current)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |