Uses of Class buoy.widget.Shortcut

Uses in package buoy.widget

Constructors with parameter type buoy.widget.Shortcut

BCheckBoxMenuItem.BCheckBoxMenuItem(String text, Shortcut shortcut, Icon image, boolean state)
Create a new BCheckBoxMenuItem.
BCheckBoxMenuItem.BCheckBoxMenuItem(String text, Shortcut shortcut, boolean state)
Create a new BCheckBoxMenuItem.
BMenuItem.BMenuItem(String text, Shortcut shortcut)
Create a new BMenuItem.
BMenuItem.BMenuItem(String text, Shortcut shortcut, Icon image)
Create a new BMenuItem.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, Shortcut shortcut, Icon image, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.
BRadioButtonMenuItem.BRadioButtonMenuItem(String text, Shortcut shortcut, boolean state, RadioButtonGroup group)
Create a new BRadioButtonMenuItem.

Methods with parameter type buoy.widget.Shortcut

void
Set the keyboard shortcut for this menu item.

Methods with return type buoy.widget.Shortcut

Shortcut
Get the keyboard shortcut for this menu item.

Written by Peter Eastman.