|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Progress
Interface for progress bars
Method Summary | |
---|---|
int |
getProgress()
|
int |
getRange()
|
boolean |
isIndeterminate()
|
void |
setIndeterminate()
Puts the progress bar into indeterminate mode. |
void |
setProgress(int progress)
Sets progress. |
void |
setRange(int max)
Sets the range of the progress bar. |
Methods inherited from interface com.leafdigital.ui.api.Widget |
---|
getID, getOwner, informClosed, isVisible, setOwner, setVisible |
Method Detail |
---|
void setRange(int max)
max
- Maximum value that corresponds to 100%int getRange()
void setProgress(int progress)
progress
- New progress valueint getProgress()
void setIndeterminate()
boolean isIndeterminate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |