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
KeyStroke
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Value to use when a key stroke is not using modifiers. -
Method Summary
Modifier and TypeMethodDescriptionReturns a collection
s 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 collection
s to be used byKeyStrokeMapping
.KeyStrokeMap
- Returns:
- a
KeyStrokeMapping
collection.
-