public interface ProgressBar
| Modifier and Type | Method and Description |
|---|---|
boolean |
isIndeterminate()
Return true if indeterminate
|
void |
setIndeterminate(boolean bool)
Sets the indeterminate property of the progress bar which determines
whether the progress bar is in determinate or indeterminate mode.
|
void |
setMaximum(int n)
Sets the progress bar's minimum value to n
|
void |
setMinimum(int n)
Sets the progress bar's maximum value to n
|
void |
setTaskName(String name)
Set the task name (displayed in left margin)
|
void |
setValue(int n)
Sets the progress bar's current value to n
|
void setTaskName(String name)
void setValue(int n)
void setIndeterminate(boolean bool)
boolean isIndeterminate()
void setMaximum(int n)
void setMinimum(int n)
Copyright © 2016. All Rights Reserved.