Package | Description |
---|---|
buoy.widget |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.