Uses of Class buoy.widget.BScrollBar.Orientation

Uses in package buoy.widget

Constructors with parameter type buoy.widget.BScrollBar.Orientation

BScrollBar.BScrollBar(int value, int extent, int minimum, int maximum, BScrollBar.Orientation orientation)
Create a new BScrollBar.

Fields of type buoy.widget.BScrollBar.Orientation

BScrollBar.Orientation
BScrollBar.Orientation

Methods with parameter type buoy.widget.BScrollBar.Orientation

void
Set the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.

Methods with return type buoy.widget.BScrollBar.Orientation

BScrollBar.Orientation
Get the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.

Written by Peter Eastman.