Package | Description |
---|---|
com.alee.managers.hotkey |
Modifier and Type | Class and Description |
---|---|
class |
ButtonHotkeyRunnable |
Modifier and Type | Field and Description |
---|---|
static HotkeyRunnable |
HotkeyRunnable.NONE
Simple runnable that doesn't perform any actions.
|
Modifier and Type | Method and Description |
---|---|
HotkeyRunnable |
HotkeyInfo.getAction() |
Modifier and Type | Method and Description |
---|---|
static HotkeyInfo |
HotkeyManager.registerHotkey(Component topComponent,
JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action)
Deprecated.
|
static HotkeyInfo |
HotkeyManager.registerHotkey(Component topComponent,
JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action,
boolean hidden)
Deprecated.
|
static HotkeyInfo |
HotkeyManager.registerHotkey(Component topComponent,
JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action,
boolean hidden,
TooltipWay tooltipWay)
Deprecated.
|
static HotkeyInfo |
HotkeyManager.registerHotkey(Component topComponent,
JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action,
TooltipWay tooltipWay)
Deprecated.
|
static HotkeyInfo |
HotkeyManager.registerHotkey(HotkeyData hotkeyData,
HotkeyRunnable action)
Deprecated.
Hotkey register methods
|
static HotkeyInfo |
HotkeyManager.registerHotkey(JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action)
Deprecated.
|
static HotkeyInfo |
HotkeyManager.registerHotkey(JComponent forComponent,
HotkeyData hotkeyData,
HotkeyRunnable action,
boolean hidden)
Deprecated.
|
HotkeyInfo |
HotkeyInfo.setAction(HotkeyRunnable action) |
Copyright © 2020. All rights reserved.