Uses of Class
buoy.widget.BScrollBar.Orientation

Packages that use BScrollBar.Orientation
buoy.widget   
 

Uses of BScrollBar.Orientation in buoy.widget
 

Fields in buoy.widget declared as BScrollBar.Orientation
static BScrollBar.Orientation BScrollBar.HORIZONTAL
           
static BScrollBar.Orientation BScrollBar.VERTICAL
           
 

Methods in buoy.widget that return BScrollBar.Orientation
 BScrollBar.Orientation BScrollBar.getOrientation()
          Get the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
 

Methods in buoy.widget with parameters of type BScrollBar.Orientation
 void BScrollBar.setOrientation(BScrollBar.Orientation orientation)
          Set the orientation (HORIZONTAL or VERTICAL) of this BScrollBar.
 

Constructors in buoy.widget with parameters of type BScrollBar.Orientation
BScrollBar(int value, int extent, int minimum, int maximum, BScrollBar.Orientation orientation)
          Create a new BScrollBar.
 



Written by Peter Eastman.