java.awt.im.spi
public interface InputMethodDescriptor
Since: 1.3
UNKNOWN: updated to 1.4
Method Summary | |
---|---|
InputMethod | createInputMethod()
Creates a new instance of the input method.
|
Locale[] | getAvailableLocales()
Returns the locales supported by the input method this describes. |
String | getInputMethodDisplayName(Locale inputLocale, Locale displayLanguage)
Returns a user visible name of the input locale, displayed in the
specified locale. |
Image | getInputMethodIcon(Locale inputLocale)
Returns a 16x16 icon for the input locale. |
boolean | hasDynamicLocaleList()
Test whether the input method this describes has a static or dynamic
locale list. |
Returns: the newly created input method
Throws: Exception if anything goes wrong
Returns: the list of supported locales
Throws: AWTException if the input method is not available
Parameters: inputLocale the locale of the input method, or null displayLanguage the language of the result
Returns: the name of the input method when using the given inputLocale
Parameters: inputLocale the locale of the input method, or null
Returns: a 16x16 icon for the input method when using the given inputLocale
Returns: true if the locale list is dynamic