org.fest.swing.keystroke
Interface KeyStrokeMappingProvider

All Known Implementing Classes:
DefaultKeyStrokeMappingProvider, KeyStrokeMappingProvider_de, KeyStrokeMappingProvider_en, KeyStrokeMappingProvider_fr, KeyStrokeMappingProvider_mac_fr_FR

public interface KeyStrokeMappingProvider

Understands how to provide a mapping between characters and KeyStrokes.

Author:
Alex Ruiz

Field Summary
static int NO_MASK
          Value to use when a key stroke is not using modifiers.
 
Method Summary
 Collection<KeyStrokeMapping> keyStrokeMappings()
          Returns a collection KeyStrokeMappings to be used by KeyStrokeMap.
 

Field Detail

NO_MASK

static final int NO_MASK
Value to use when a key stroke is not using modifiers.

See Also:
Constant Field Values
Method Detail

keyStrokeMappings

Collection<KeyStrokeMapping> keyStrokeMappings()
Returns a collection KeyStrokeMappings to be used by KeyStrokeMap.

Returns:
a KeyStrokeMapping collection.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.