public class ProgressBarWrapper extends Object
Constructor and Description |
---|
ProgressBarWrapper(ProgressBar determinate,
ProgressBar indeterminate,
boolean isIndeterminate) |
Modifier and Type | Method and Description |
---|---|
void |
setIndeterminate(boolean isIndeterminate) |
void |
setMax(int max) |
void |
setProgress(int progress) |
void |
setVisibility(int visibility) |
public ProgressBarWrapper(ProgressBar determinate, ProgressBar indeterminate, boolean isIndeterminate)