com.alee.managers.hotkey
Interface HotkeyCondition


public interface HotkeyCondition

Author:
Mikle Garin

Method Summary
 boolean checkCondition(java.awt.Component component)
          Returns whether component meets hotkey condition or not.
 

Method Detail

checkCondition

boolean checkCondition(java.awt.Component component)
Returns whether component meets hotkey condition or not.

Parameters:
component - component to check condition for
Returns:
true if component meets hotkey condition, false otherwise