Uses of Class
buoy.widget.BSlider.Orientation

Packages that use BSlider.Orientation
buoy.widget   
 

Uses of BSlider.Orientation in buoy.widget
 

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

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

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

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



Written by Peter Eastman.