Java Doc for TransliteratorInputMethodDescriptor.java in » Internationalization-Localization » icu4j » com » ibm » icu » dev » tool » ime » translit » Java Source Code / Java DocumentationJava Source Code and Java Documentation
createInputMethod() Creates the Transliterator IME this is automatically callled by the
JVM when the Transliterator IME is selected from the input method list.
Creates the Transliterator IME this is automatically callled by the
JVM when the Transliterator IME is selected from the input method list.
InputMethod The Transliterator IME object.
Get the list of locales that this IME supports.
Locale[] This will always have one locale. By defaultwe just return the current locale. Thereforethe Transliterator IME works in all locales.
Obtain the localized name of the Transliterator IME
Parameters: inputLocale - the requested input method locale Parameters: displayLanguage - The requested translation of the Transliterator IME the localized name for the Transliterator IME
The Transliterator IME does not support dynamic locales. The Transliterator
IME's functionality does not depend upon any locale.
boolean This will always be false.