// Create the processors required to translate the attributes that
// have "complex", custom rules.
//
// ColorCapable
ColorTranslator color = new ColorTranslator(this);
customProcessorList.add(color);
// Keyboard
Map keyboardMap = new HashMap();
keyboardMap.put("Disambiguating", "virtual");