abbot.tester
Interface KeyStrokeMapProvider

All Known Implementing Classes:
KeyStrokeMap, MapGenerator

public interface KeyStrokeMapProvider

Provides read/write of local-specific mappings for virtual keycode-based KeyStrokes to characters and vice versa.


Method Summary
 Map loadCharacterMap()
          Returns a map for the current locale which translates an Integer virtual keycode (VK_XXX) into a the Character it produces.
 Map loadKeyStrokeMap()
          Returns a map for the current locale which translates a Character into a keycode-based KeyStroke.
 

Method Detail

loadCharacterMap

Map loadCharacterMap()
Returns a map for the current locale which translates an Integer virtual keycode (VK_XXX) into a the Character it produces. May not necessarily map all keycode/modifier combinations.


loadKeyStrokeMap

Map loadKeyStrokeMap()
Returns a map for the current locale which translates a Character into a keycode-based KeyStroke. Where multiple keycodes may produce the same Character output, the simplest keystroke is used.



Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on

SourceForge