| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Field and Description |
|---|---|
static BProgressBar.Orientation |
BProgressBar.HORIZONTAL |
static BProgressBar.Orientation |
BProgressBar.VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
BProgressBar.Orientation |
BProgressBar.getOrientation()
Get the progress bar's orientation, HORIZONTAL or VERTICAL.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BProgressBar.setOrientation(BProgressBar.Orientation orient)
Set the progress bar's orientation, HORIZONTAL or VERTICAL.
|
| Constructor and Description |
|---|
BProgressBar(BProgressBar.Orientation orient,
int min,
int max)
Create a new BProgressBar.
|
Written by Peter Eastman.