|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressIndicator
A simple progress indicator interface.
Nested Class Summary | |
---|---|
static class |
ProgressIndicator.NoopIndicator
A no-op dummy indicator. |
Method Summary | |
---|---|
void |
close()
Closes the indicator. |
void |
setMessage(java.lang.String message)
Sets the message displayed in the indicator. |
void |
setProgress(float progress)
Sets current progress. |
void |
setStep(float step)
Sets the step that subsequent calls to step() will use. |
void |
step()
Steps forward for the amount specified with setStep(float) . |
Method Detail |
---|
void close()
void setMessage(java.lang.String message)
void setProgress(float progress)
void setStep(float step)
step()
will use.
void step()
setStep(float)
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |