Uses of Interface buoy.widget.MenuWidget

Uses in package buoy.widget

Classes implementing buoy.widget.MenuWidget

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

Methods with parameter type buoy.widget.MenuWidget

void
Add a MenuWidget (typically a BMenuItem or another BMenu) to the end of the menu.
void
Add a MenuWidget (typically a BMenuItem or BMenu) to the end of the menu.
void
BMenu.add(MenuWidget widget, int index)
Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.
void
BPopupMenu.add(MenuWidget widget, int index)
Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu.

Methods with return type buoy.widget.MenuWidget

MenuWidget
BMenu.getChild(int i)
Get the i'th child of this container.
MenuWidget
Get the i'th child of this container.

Written by Peter Eastman.