Package | Description |
---|---|
buoy.widget |
Modifier and Type | Method and Description |
---|---|
Shortcut |
BMenuItem.getShortcut()
Get the keyboard shortcut for this menu item.
|
Modifier and Type | Method and Description |
---|---|
void |
BMenuItem.setShortcut(Shortcut shortcut)
Set the keyboard shortcut for this menu item.
|
Constructor and Description |
---|
BCheckBoxMenuItem(java.lang.String text,
Shortcut shortcut,
boolean state)
Create a new BCheckBoxMenuItem.
|
BCheckBoxMenuItem(java.lang.String text,
Shortcut shortcut,
javax.swing.Icon image,
boolean state)
Create a new BCheckBoxMenuItem.
|
BMenuItem(java.lang.String text,
Shortcut shortcut)
Create a new BMenuItem.
|
BMenuItem(java.lang.String text,
Shortcut shortcut,
javax.swing.Icon image)
Create a new BMenuItem.
|
BRadioButtonMenuItem(java.lang.String text,
Shortcut shortcut,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
BRadioButtonMenuItem(java.lang.String text,
Shortcut shortcut,
javax.swing.Icon image,
boolean state,
RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
|
Written by Peter Eastman.