|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfi.helsinki.dacopan.ui.DialogProgressIndicator
public class DialogProgressIndicator
Progress indicator based on ProgressMonitor, a standard Swing class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface fi.helsinki.dacopan.ui.ProgressIndicator |
---|
ProgressIndicator.NoopIndicator |
Constructor Summary | |
---|---|
DialogProgressIndicator(java.awt.Frame owner,
java.lang.String title)
|
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 |
show()
|
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 DialogProgressIndicator(java.awt.Frame owner, java.lang.String title)
Method Detail |
---|
public void show()
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 |