Uses of Interface
com.jbstrap.core.event.handlers.custom.HotKeyEventHandler
Packages that use HotKeyEventHandler
Package
Description
-
Uses of HotKeyEventHandler in com.jbstrap.ui
Fields in com.jbstrap.ui declared as HotKeyEventHandlerFields in com.jbstrap.ui with type parameters of type HotKeyEventHandlerMethods in com.jbstrap.ui with parameters of type HotKeyEventHandlerModifier and TypeMethodDescriptiondefault T
HandleHotKey.addHotKey
(int hotKey, HotKeyEventHandler handler) Adds the specified hot key to the component. -
Uses of HotKeyEventHandler in com.jbstrap.ui.components
Methods in com.jbstrap.ui.components with parameters of type HotKeyEventHandlerModifier and TypeMethodDescriptionFileMiniature.addHotKey
(int hotKey, HotKeyEventHandler handler) Adds the specified hot key to the component. -
Uses of HotKeyEventHandler in com.jbstrap.ui.components.button
Methods in com.jbstrap.ui.components.button with parameters of type HotKeyEventHandlerModifier and TypeMethodDescriptionDropDownButton.addHotKey
(int hotKey, HotKeyEventHandler handler) -
Uses of HotKeyEventHandler in com.jbstrap.ui.components.panels.tab
Methods in com.jbstrap.ui.components.panels.tab with parameters of type HotKeyEventHandler