|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProgressSource
An interface for a class that can serve as a source of a progress for a progress bar.
Method Summary | |
---|---|
int |
getProgressCurrentValue()
Returns a current value of the progress of the task |
int |
getProgressMaxValue()
Returns a maximum value for the progress bar |
int |
getProgressMinValue()
Returns a minimum value for the progress bar |
java.lang.String |
getProgressText()
Returns a string to be displayed in the progress bar |
Method Detail |
---|
int getProgressCurrentValue()
java.lang.String getProgressText()
int getProgressMinValue()
int getProgressMaxValue()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |