Frames | No Frames |
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 | Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu. |
void | Add a MenuWidget (typically a BMenuItem or another BMenu) to the menu. |
Methods with return type buoy.widget.MenuWidget | |
MenuWidget | Get the i'th child of this container. |
MenuWidget | BPopupMenu.getChild(int i) Get the i'th child of this container. |