|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HotkeyCondition | |
---|---|
com.alee.managers.hotkey |
Uses of HotkeyCondition in com.alee.managers.hotkey |
---|
Fields in com.alee.managers.hotkey with type parameters of type HotkeyCondition | |
---|---|
protected static java.util.Map<java.awt.Container,java.util.List<HotkeyCondition>> |
HotkeyManager.containerConditions
Conditions for top components which might. |
Methods in com.alee.managers.hotkey that return types with arguments of type HotkeyCondition | |
---|---|
protected static java.util.Map<java.awt.Container,java.util.List<HotkeyCondition>> |
HotkeyManager.copyContainerConditions()
|
static java.util.List<HotkeyCondition> |
HotkeyManager.getContainerHotkeyConditions(java.awt.Container container)
|
protected static java.util.List<HotkeyCondition> |
HotkeyManager.getContainerHotkeyConditionsCache(java.awt.Container container)
|
Methods in com.alee.managers.hotkey with parameters of type HotkeyCondition | |
---|---|
static void |
HotkeyManager.addContainerHotkeyCondition(java.awt.Container container,
HotkeyCondition hotkeyCondition)
Sets top component additional hotkey trigger condition |
static void |
HotkeyManager.removeContainerHotkeyCondition(java.awt.Container container,
HotkeyCondition hotkeyCondition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |