return new SimpleInputMethod();
Locale[] locales = { HEBREW }; return locales;
// Make it simple. Ignore the parameters and simply return the // same name, independent of locale. return "Hebrew Input Method";
return null;
return false;