Uses of Interface
org.fest.swing.keystroke.KeyStrokeMappingProvider
Packages that use KeyStrokeMappingProvider
-
Uses of KeyStrokeMappingProvider in org.fest.swing.keystroke
Classes in org.fest.swing.keystroke that implement KeyStrokeMappingProviderModifier and TypeClassDescriptionclass
Understands a default mapping of characters and
s.KeyStroke
class
class
class
(package private) class
Understands a
created by parsing a text file containing all the key mappings.KeyStrokeMappingProvider
Methods in org.fest.swing.keystroke that return KeyStrokeMappingProviderModifier and TypeMethodDescription(package private) KeyStrokeMappingProvider
KeyStrokeMappingProviderFactory.createProvider
(String className) Creates a
containing all the character-keystroke mappings specified in the given file.KeyStrokeMappingProvider
private KeyStrokeMappingProvider
KeyStrokeMappingsParser.parse
(InputStream input) Creates a
containing all the character-keystroke mappings specified in the file with the given name.KeyStrokeMappingProvider
(package private) KeyStrokeMappingProvider
KeyStrokeMappingProviderPicker.providerFor
(OSFamily osFamily, Locale locale) Methods in org.fest.swing.keystroke with parameters of type KeyStrokeMappingProviderModifier and TypeMethodDescriptionstatic void
KeyStrokeMap.addKeyStrokesFrom
(KeyStrokeMappingProvider provider) Adds the collection of
s from the givenKeyStrokeMapping
to this map.KeyStrokeMappingProvider