Package org.fest.swing.keystroke
Interface KeyStrokeMappingProvider
- All Known Implementing Classes:
DefaultKeyStrokeMappingProvider,KeyStrokeMappingProvider_de,KeyStrokeMappingProvider_en,KeyStrokeMappingProvider_fr,ParsedKeyStrokeMappingProvider
public interface KeyStrokeMappingProvider
Understands how to provide a mapping between characters and
KeyStrokes.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intValue to use when a key stroke is not using modifiers. -
Method Summary
Modifier and TypeMethodDescriptionReturns a collections to be used byKeyStrokeMapping.KeyStrokeMap
-
Field Details
-
NO_MASK
static final int NO_MASKValue to use when a key stroke is not using modifiers.- See Also:
-
-
Method Details
-
keyStrokeMappings
Collection<KeyStrokeMapping> keyStrokeMappings()Returns a collections to be used byKeyStrokeMapping.KeyStrokeMap- Returns:
- a
KeyStrokeMappingcollection.
-