Uses of Class
buoy.widget.BProgressBar.Orientation

Packages that use BProgressBar.Orientation
buoy.widget   
 

Uses of BProgressBar.Orientation in buoy.widget
 

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

Methods in buoy.widget that return BProgressBar.Orientation
 BProgressBar.Orientation BProgressBar.getOrientation()
          Get the progress bar's orientation, HORIZONTAL or VERTICAL.
 

Methods in buoy.widget with parameters of type BProgressBar.Orientation
 void BProgressBar.setOrientation(BProgressBar.Orientation orient)
          Set the progress bar's orientation, HORIZONTAL or VERTICAL.
 

Constructors in buoy.widget with parameters of type BProgressBar.Orientation
BProgressBar(BProgressBar.Orientation orient, int min, int max)
          Create a new BProgressBar.
 



Written by Peter Eastman.