Uses of Interface
buoy.widget.MenuWidget

Packages that use MenuWidget
buoy.widget   
 

Uses of MenuWidget in buoy.widget
 

Classes in buoy.widget that implement MenuWidget
 class BCheckBoxMenuItem
          A BCheckBoxMenuItem is a menu item for making simple boolean selectons.
 class BMenu
          A BMenu is a WidgetContainer corresponding to a pulldown menu in the menu bar of a window.
 class BMenuItem
          A BMenuItem is a Widget corresponding to an item in a pulldown menu.
 class BPopupMenu
          A BPopupMenu is a WidgetContainer corresponding to a popup menu.
 class BRadioButtonMenuItem
          A BRadioButtonMenuItem is a menu item for selecting between several options.
 class BSeparator
          A BSeparator is a Widget corresponding to a divider line between parts of a container.
 

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

Methods in buoy.widget with parameters of type MenuWidget
 void BPopupMenu.add(MenuWidget widget)
          Add a MenuWidget (typically a BMenuItem or BMenu) to the end of the menu.
 void BMenu.add(MenuWidget widget)
          Add a MenuWidget (typically a BMenuItem or another BMenu) to the end of the menu.
 void BPopupMenu.add(MenuWidget widget, int index)
          Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.
 void BMenu.add(MenuWidget widget, int index)
          Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.
 



Written by Peter Eastman.