Constant | Description |
WHEN_FOCUSED | Activates the keystroke when the actual component has the input focus |
WHEN_IN_FOCUSED_WINDOW | Activates the keystroke when the window that the component is in has the input focus |
WHEN_ANCESTOR_OF_FOCUSED_COMPONENT | Activates the keystroke when pressed in the component or a container of the component |
UNDEFINED_CONDITION | For when no condition is defined |