Uses of Class
com.biglybt.ui.swt.KeyBindings.KeyBindingInfo
-
Packages that use KeyBindings.KeyBindingInfo Package Description com.biglybt.ui.swt -
-
Uses of KeyBindings.KeyBindingInfo in com.biglybt.ui.swt
Methods in com.biglybt.ui.swt that return KeyBindings.KeyBindingInfo Modifier and Type Method Description static KeyBindings.KeyBindingInfo
KeyBindings. getKeyBindingInfo(java.lang.String localizationKey)
private static KeyBindings.KeyBindingInfo
KeyBindings. parseKeyBinding(java.lang.String keyBindingValue)
Parses the keybinding string according to the specifications documented at this class and gets the SWT value equivalent for keyboard accelerator settings.Methods in com.biglybt.ui.swt with parameters of type KeyBindings.KeyBindingInfo Modifier and Type Method Description private static void
KeyBindings. setAccelerator(org.eclipse.swt.widgets.MenuItem menu, KeyBindings.KeyBindingInfo kbInfo)
Helper method to set a keyboard accelerator for a MenuItem.
-