Class IndicIMDescriptor

    • Field Detail

      • locale

        private final java.util.Locale locale
      • name

        private final java.lang.String name
    • Constructor Detail

      • IndicIMDescriptor

        protected IndicIMDescriptor​(java.util.Locale locale,
                                    java.lang.String name)
    • Method Detail

      • getAvailableLocales

        public java.util.Locale[] getAvailableLocales()
        Specified by:
        getAvailableLocales in interface java.awt.im.spi.InputMethodDescriptor
      • hasDynamicLocaleList

        public boolean hasDynamicLocaleList()
        Specified by:
        hasDynamicLocaleList in interface java.awt.im.spi.InputMethodDescriptor
      • getInputMethodDisplayName

        public java.lang.String getInputMethodDisplayName​(java.util.Locale inputLocale,
                                                          java.util.Locale displayLanguage)
        Specified by:
        getInputMethodDisplayName in interface java.awt.im.spi.InputMethodDescriptor
      • getInputMethodIcon

        public java.awt.Image getInputMethodIcon​(java.util.Locale inputLocale)
        Specified by:
        getInputMethodIcon in interface java.awt.im.spi.InputMethodDescriptor
      • createInputMethod

        public java.awt.im.spi.InputMethod createInputMethod()
                                                      throws java.lang.Exception
        Specified by:
        createInputMethod in interface java.awt.im.spi.InputMethodDescriptor
        Throws:
        java.lang.Exception
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object