Uses of Interface
com.alee.managers.hotkey.HotkeyCondition

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<javax.swing.JComponent,java.lang.ref.WeakReference<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<javax.swing.JComponent,java.util.List<HotkeyCondition>> HotkeyManager.copyContainerConditions()
          Returns a full copy of container conditions map.
static java.util.List<HotkeyCondition> HotkeyManager.getContainerHotkeyConditions(javax.swing.JComponent container)
           
protected static java.util.List<HotkeyCondition> HotkeyManager.getContainerHotkeyConditionsCache(javax.swing.JComponent container)
           
 

Methods in com.alee.managers.hotkey with parameters of type HotkeyCondition
static void HotkeyManager.addContainerHotkeyCondition(javax.swing.JComponent container, HotkeyCondition hotkeyCondition)
          Sets top component additional hotkey trigger condition
static void HotkeyManager.removeContainerHotkeyCondition(javax.swing.JComponent container, HotkeyCondition hotkeyCondition)
           
 

Method parameters in com.alee.managers.hotkey with type arguments of type HotkeyCondition
static void HotkeyManager.removeContainerHotkeyConditions(javax.swing.JComponent container, java.util.List<HotkeyCondition> hotkeyConditions)