Uses of Class
de.hybris.platform.productcockpit.context.KeyBinding
Packages that use KeyBinding
-
Uses of KeyBinding in de.hybris.platform.productcockpit.context
Methods in de.hybris.platform.productcockpit.context that return KeyBindingModifier and TypeMethodDescriptionGlobalKeyEvent.getKeyBinding()protected KeyBindingGlobalInputDispatcher.matchBinding(int keyCode, int modifiers) protected KeyBindingGlobalInputDispatcher.matchBinding(org.zkoss.zk.ui.event.KeyEvent evt) Methods in de.hybris.platform.productcockpit.context that return types with arguments of type KeyBindingModifier and TypeMethodDescriptionprotected List<KeyBinding>GlobalInputDispatcher.getCurrentKeyBindings()protected List<KeyBinding>GlobalInputDispatcher.matchBindings(String code) Methods in de.hybris.platform.productcockpit.context with parameters of type KeyBindingModifier and TypeMethodDescriptionprotected voidGlobalInputDispatcher.fireKeyPressed(KeyBinding kb, org.zkoss.zk.ui.event.KeyEvent original) Method parameters in de.hybris.platform.productcockpit.context with type arguments of type KeyBindingModifier and TypeMethodDescriptionvoidGlobalInputDispatcher.setKeyBindings(Map<String, List<KeyBinding>> bindings) Constructors in de.hybris.platform.productcockpit.context with parameters of type KeyBindingModifierConstructorDescriptionGlobalKeyEvent(org.zkoss.zk.ui.Component target, KeyBinding binding, org.zkoss.zk.ui.event.KeyEvent original)