Uses of Class
buoy.widget.BMenu

Packages that use BMenu
buoy.widget   
 

Uses of BMenu in buoy.widget
 

Methods in buoy.widget that return BMenu
 BMenu BMenuBar.getChild(int i)
          Get the i'th child of this container.
 

Methods in buoy.widget with parameters of type BMenu
 void BMenuBar.add(BMenu menu)
          Add a BMenu to the end of the menu bar.
 void BMenuBar.add(BMenu menu, int index)
          Add a BMenu to the menu bar.
 



Written by Peter Eastman.