|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Progressable
This Interface declares objects that can be displayed in a splash screen.
| Method Summary | |
|---|---|
double |
getProgress()
Returns the progress of this Progressable object. |
javax.swing.JComponent |
getProgressableComponent()
Returns the component that can show the progress. |
void |
setProgress(double d)
Sets the progress of the object. |
| Method Detail |
|---|
javax.swing.JComponent getProgressableComponent()
void setProgress(double d)
d - Progress (0 <= d <= 1f)double getProgress()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||