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.instanceprivate final List<KeyStrokeMapping>ParsedKeyStrokeMappingProvider.mappingsMethods in org.fest.swing.keystroke that return KeyStrokeMappingModifier and TypeMethodDescriptionstatic KeyStrokeMappingKeyStrokeMapping.mapping(char character, int keyCode, int modifiers) Creates a newKeyStrokeMapping.(package private) KeyStrokeMappingKeyStrokeMappingsParser.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 ands.KeyStrokeKeyStrokeMappingProvider_de.keyStrokeMappings()KeyStrokeMappingProvider_en.keyStrokeMappings()KeyStrokeMappingProvider_fr.keyStrokeMappings()KeyStrokeMappingProvider.keyStrokeMappings()Returns a collections to be used byKeyStrokeMapping.KeyStrokeMapParsedKeyStrokeMappingProvider.keyStrokeMappings()Returns the mapping of characters ands.KeyStrokeConstructor parameters in org.fest.swing.keystroke with type arguments of type KeyStrokeMappingModifierConstructorDescription(package private)ParsedKeyStrokeMappingProvider(List<KeyStrokeMapping> mappings)