abbot.tester
Class MapGenerator
java.lang.Object
abbot.tester.KeyStrokeMap
abbot.tester.MapGenerator
- All Implemented Interfaces:
- KeyStrokeMapProvider
public class MapGenerator
- extends KeyStrokeMap
Provides read/write of locale-specific mappings for virtual keycode-based
KeyStrokes to characters and vice versa.
If your locale's map is not present in src/abbot/tester/keymaps, please
run this class's main(String[])
method to generate
them and
submit
them to the project for inclusion.
Variations among locales and OSes are expected; if a map for a locale+OS
is not found, the system falls back to the locale map.
Method Summary |
static void |
main(String[] args)
Run this to generate the full set of mappings for a given locale. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapGenerator
public MapGenerator()
main
public static void main(String[] args)
- Run this to generate the full set of mappings for a given locale.
Copyright © 2002-2008 Timothy Wall. All Rights Reserved.
Abbot is hosted on