Uses of Class
de.hybris.platform.productcockpit.context.KeyBinding
-
Packages that use KeyBinding Package Description de.hybris.platform.productcockpit.context -
-
Uses of KeyBinding in de.hybris.platform.productcockpit.context
Methods in de.hybris.platform.productcockpit.context that return KeyBinding Modifier and Type Method Description KeyBindingGlobalKeyEvent. 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 KeyBinding Modifier and Type Method Description protected java.util.List<KeyBinding>GlobalInputDispatcher. getCurrentKeyBindings()protected java.util.List<KeyBinding>GlobalInputDispatcher. matchBindings(java.lang.String code)Methods in de.hybris.platform.productcockpit.context with parameters of type KeyBinding Modifier and Type Method Description protected voidGlobalInputDispatcher. fireKeyPressed(KeyBinding kb, org.zkoss.zk.ui.event.KeyEvent original)Method parameters in de.hybris.platform.productcockpit.context with type arguments of type KeyBinding Modifier and Type Method Description voidGlobalInputDispatcher. setKeyBindings(java.util.Map<java.lang.String,java.util.List<KeyBinding>> bindings)Constructors in de.hybris.platform.productcockpit.context with parameters of type KeyBinding Constructor Description GlobalKeyEvent(org.zkoss.zk.ui.Component target, KeyBinding binding, org.zkoss.zk.ui.event.KeyEvent original)
-