org.fest.swing.keystroke
Class DefaultKeyStrokeMappingProvider

java.lang.Object
  extended by org.fest.swing.keystroke.DefaultKeyStrokeMappingProvider
All Implemented Interfaces:
KeyStrokeMappingProvider

public class DefaultKeyStrokeMappingProvider
extends Object
implements KeyStrokeMappingProvider

Understands a default mapping of characters and KeyStrokes.

Author:
Alex Ruiz

Field Summary
 
Fields inherited from interface org.fest.swing.keystroke.KeyStrokeMappingProvider
NO_MASK
 
Constructor Summary
DefaultKeyStrokeMappingProvider()
           
 
Method Summary
 Collection<KeyStrokeMapping> keyStrokeMappings()
          Returns the default mapping of characters and KeyStrokes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultKeyStrokeMappingProvider

public DefaultKeyStrokeMappingProvider()
Method Detail

keyStrokeMappings

public Collection<KeyStrokeMapping> keyStrokeMappings()
Returns the default mapping of characters and KeyStrokes. This provider will only return the mappings for following keys:

Specified by:
keyStrokeMappings in interface KeyStrokeMappingProvider
Returns:
the default mapping of characters and KeyStrokes


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