|
JAPI 0.9.0 Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Progress
Interface for classes that are able to display progress.
| Method Summary | |
|---|---|
void |
finished()
Progress has finished. |
Component |
getParentComponent()
Get the Component that is responsible for rendering the progress. |
void |
setLabel(String msg,
int max)
Set progress information text. |
void |
setValue(int value)
Set progress value. |
| Method Detail |
|---|
void finished()
Component getParentComponent()
void setLabel(String msg,
int max)
msg - progress information textmax - maximum progress valuevoid setValue(int value)
value - progress value
|
JAPI Yet another Java API API Documentation |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||