| Interface | Description |
|---|---|
| ButtonHotkeyMethods |
This interface provides a set of methods that should be added into button components.
|
| HotkeyCondition | |
| HotkeyMethods |
This interface provides a set of methods that should be added into components that might have some kind of hotkeys.
|
| HotkeyRunnable |
This interface allows you to create action for hotkey events which can be used together with HotkeyManager methods.
|
| Class | Description |
|---|---|
| ButtonHotkeyRunnable | |
| Hotkey |
This interface provides list of predefined hotkeys which can be easily used to setup any hotkey through WebLaF HotkeyManager system or
through standard Web-component methods.
|
| HotkeyData |
Single hotkey settings description class.
|
| HotkeyInfo | |
| HotkeyManager |
This manager allows you to quickly register global hotkeys (like accelerators on menu items in menubar menus) for any Swing component.
|