Uses of Class
buoy.widget.BToolBar.Orientation

Packages that use BToolBar.Orientation
buoy.widget   
 

Uses of BToolBar.Orientation in buoy.widget
 

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

Methods in buoy.widget that return BToolBar.Orientation
 BToolBar.Orientation BToolBar.getOrientation()
          Get the orientation of this toolbar.
 

Methods in buoy.widget with parameters of type BToolBar.Orientation
 void BToolBar.setOrientation(BToolBar.Orientation orientation)
          Set the orientation of this toolbar.
 

Constructors in buoy.widget with parameters of type BToolBar.Orientation
BToolBar(BToolBar.Orientation orientation)
          Create a new BToolBar.
 



Written by Peter Eastman.