|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Shortcut | |
|---|---|
| buoy.widget | |
| Uses of Shortcut in buoy.widget |
|---|
| Methods in buoy.widget that return Shortcut | |
|---|---|
Shortcut |
BMenuItem.getShortcut()
Get the keyboard shortcut for this menu item. |
| Methods in buoy.widget with parameters of type Shortcut | |
|---|---|
void |
BMenuItem.setShortcut(Shortcut shortcut)
Set the keyboard shortcut for this menu item. |
| Constructors in buoy.widget with parameters of type Shortcut | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||