|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.dacopan.ui.ProgressIndicator.NoopIndicator
public static final class ProgressIndicator.NoopIndicator
A no-op dummy indicator.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface fi.helsinki.dacopan.ui.ProgressIndicator |
---|
ProgressIndicator.NoopIndicator |
Constructor Summary | |
---|---|
ProgressIndicator.NoopIndicator()
|
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 ProgressIndicator.step() will use. |
void |
step()
Steps forward for the amount specified with ProgressIndicator.setStep(float) . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProgressIndicator.NoopIndicator()
Method Detail |
---|
public void close()
ProgressIndicator
close
in interface ProgressIndicator
public void setMessage(java.lang.String message)
ProgressIndicator
setMessage
in interface ProgressIndicator
public void setProgress(float progress)
ProgressIndicator
setProgress
in interface ProgressIndicator
public void setStep(float step)
ProgressIndicator
ProgressIndicator.step()
will use.
setStep
in interface ProgressIndicator
public void step()
ProgressIndicator
ProgressIndicator.setStep(float)
.
step
in interface ProgressIndicator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |