public interface ProgressIndicatorInterface
| Modifier and Type | Method and Description | 
|---|---|
int | 
getMaximum()
Returns the maximum value for the progress indicator. 
 | 
int | 
getMinimum()
Returns the minimum value for the progress indicator. 
 | 
int | 
getOrientation()
Returns the orientation for the progress indicator. 
 | 
int | 
getValue()
Returns the value for the progress indicator. 
 | 
void | 
setMaximum(int val)
Sets the maximum value for the progress indicator. 
 | 
void | 
setMinimum(int val)
Sets the minimum value for the progress indicator. 
 | 
void | 
setOrientation(int newOrientation)
Sets the orientation for the progress indicator. 
 | 
void | 
setValue(int val)
Sets the value for the progress indicator. 
 | 
void setMinimum(int val)
void setMaximum(int val)
int getMinimum()
int getMaximum()
void setValue(int val)
the - value to set.int getValue()
void setOrientation(int newOrientation)
newOrientation - a value indicating the orientation (usually
 JProgressBar.VERTICAL or JProgressBar.HORIZONTAL).int getOrientation()