KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > im > spi > InputMethodDescriptor

java.awt.im.spi
Interface InputMethodDescriptor

See Also:
Source Code

InputMethod createInputMethod()
                              throws Exception
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Locale[] getAvailableLocales()
                             throws AWTException
See Also:
hasDynamicLocaleList(), InputMethod.setLocale(java.util.Locale), InputContext.selectInputMethod(Locale)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


String getInputMethodDisplayName(Locale inputLocale,
                                 Locale displayLanguage)
See Also:
getAvailableLocales()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Image getInputMethodIcon(Locale inputLocale)
See Also:
getAvailableLocales()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


boolean hasDynamicLocaleList()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags