Uses of Class
org.fest.swing.keystroke.KeyStrokeMapping
Packages that use KeyStrokeMapping
-
Uses of KeyStrokeMapping in org.fest.swing.keystroke
Fields in org.fest.swing.keystroke with type parameters of type KeyStrokeMappingModifier and TypeFieldDescription(package private) static List<KeyStrokeMapping>
DefaultKeyStrokeMappingProvider.LazyLoadingSingleton.instance
(package private) static List<KeyStrokeMapping>
KeyStrokeMappingProvider_en.SingletonHolder.instance
(package private) static List<KeyStrokeMapping>
KeyStrokeMappingProvider_fr.SingletonHolder.instance
private final List<KeyStrokeMapping>
ParsedKeyStrokeMappingProvider.mappings
Methods in org.fest.swing.keystroke that return KeyStrokeMappingModifier and TypeMethodDescriptionstatic KeyStrokeMapping
KeyStrokeMapping.mapping
(char character, int keyCode, int modifiers) Creates a newKeyStrokeMapping
.(package private) KeyStrokeMapping
KeyStrokeMappingsParser.mappingFrom
(String line) Methods in org.fest.swing.keystroke that return types with arguments of type KeyStrokeMappingModifier and TypeMethodDescriptionprivate static List<KeyStrokeMapping>
KeyStrokeMappingProvider_en.createMappings()
private static List<KeyStrokeMapping>
KeyStrokeMappingProvider_fr.createMappings()
(package private) static Collection<KeyStrokeMapping>
KeyStrokeMappings.defaultMappings()
DefaultKeyStrokeMappingProvider.keyStrokeMappings()
Returns the default mapping of characters and
s.KeyStroke
KeyStrokeMappingProvider_de.keyStrokeMappings()
KeyStrokeMappingProvider_en.keyStrokeMappings()
KeyStrokeMappingProvider_fr.keyStrokeMappings()
KeyStrokeMappingProvider.keyStrokeMappings()
Returns a collection
s to be used byKeyStrokeMapping
.KeyStrokeMap
ParsedKeyStrokeMappingProvider.keyStrokeMappings()
Returns the mapping of characters and
s.KeyStroke
Constructor parameters in org.fest.swing.keystroke with type arguments of type KeyStrokeMappingModifierConstructorDescription(package private)
ParsedKeyStrokeMappingProvider
(List<KeyStrokeMapping> mappings)