API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.im.spi. InputMethodDescriptor View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
 InputMethodDescriptor
Subinterfaces
Description
public interface InputMethodDescriptor
  Defines methods that provide sufficient information about an input method to enable selection and loading of that input method.
See also:   
Methods
Hide/Show inherited methods
public InputMethod createInputMethod () throws Exception
  Creates a new instance of the corresponding input method.
public Locale getAvailableLocales () throws AWTException
  Returns the locales supported by the corresponding input method.
public String getInputMethodDisplayName (Locale inputLocale, Locale displayLanguage)
  Returns the user-visible name of the corresponding input method for the given input locale in the language in which the name will be displayed.
public Image getInputMethodIcon (Locale inputLocale)
  Returns an icon for the corresponding input method.
public boolean hasDynamicLocaleList ()
  Returns whether the list of available locales can change at runtime.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar