org.fest.swing.keystroke
Class DefaultKeyStrokeMappingProvider
java.lang.Object
org.fest.swing.keystroke.DefaultKeyStrokeMappingProvider
- All Implemented Interfaces:
- KeyStrokeMappingProvider
public class DefaultKeyStrokeMappingProvider
- extends Object
- implements KeyStrokeMappingProvider
Understands a default mapping of characters and KeyStroke
s.
- Author:
- Alex Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultKeyStrokeMappingProvider
public DefaultKeyStrokeMappingProvider()
keyStrokeMappings
public Collection<KeyStrokeMapping> keyStrokeMappings()
- Returns the default mapping of characters and
KeyStroke
s. This provider will only return
the mappings for following keys:
- Backspace
- Delete
- Enter
- Escape
- Tab
- Specified by:
keyStrokeMappings
in interface KeyStrokeMappingProvider
- Returns:
- the default mapping of characters and
KeyStroke
s
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.