abbot.tester
Class MapGenerator

java.lang.Object
  extended by abbot.tester.KeyStrokeMap
      extended by 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.


Constructor Summary
MapGenerator()
           
 
Method Summary
static void main(String[] args)
          Run this to generate the full set of mappings for a given locale.
 
Methods inherited from class abbot.tester.KeyStrokeMap
getChar, getFilename, getKeyStroke, getMapDescriptions, getMapNames, loadCharacterMap, loadKeyStrokeMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenerator

public MapGenerator()
Method Detail

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

SourceForge