| Package | Description |
|---|---|
| buoy.widget |
| Modifier and Type | Field and Description |
|---|---|
static BScrollBar.Orientation |
BScrollBar.HORIZONTAL |
static BScrollBar.Orientation |
BScrollBar.VERTICAL |
| Modifier and Type | Method and Description |
|---|---|
BScrollBar.Orientation |
BScrollBar.getOrientation()
Get the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BScrollBar.setOrientation(BScrollBar.Orientation orientation)
Set the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
|
| Constructor and Description |
|---|
BScrollBar(int value,
int extent,
int minimum,
int maximum,
BScrollBar.Orientation orientation)
Create a new BScrollBar.
|
Written by Peter Eastman.