Uses of Class
buoy.widget.BMenuBar

Packages that use BMenuBar
buoy.widget   
 

Uses of BMenuBar in buoy.widget
 

Methods in buoy.widget that return BMenuBar
 BMenuBar BFrame.getMenuBar()
          Get the BMenuBar for this window.
 BMenuBar BDialog.getMenuBar()
          Get the BMenuBar for this window.
 

Methods in buoy.widget with parameters of type BMenuBar
 void BFrame.setMenuBar(BMenuBar menus)
          Set the BMenuBar for this window.
 void BDialog.setMenuBar(BMenuBar menus)
          Set the BMenuBar for this window.
 



Written by Peter Eastman.