Class IndicInputMethod

  • All Implemented Interfaces:
    java.awt.im.spi.InputMethod

    class IndicInputMethod
    extends java.lang.Object
    implements java.awt.im.spi.InputMethod
    This stub delegates to the simpler IndicInputMethodImpl.
    • Constructor Detail

      • IndicInputMethod

        IndicInputMethod​(java.util.Locale theLocale,
                         IndicInputMethodImpl theImplementation)
    • Method Detail

      • setInputMethodContext

        public void setInputMethodContext​(java.awt.im.spi.InputMethodContext context)
        Specified by:
        setInputMethodContext in interface java.awt.im.spi.InputMethod
      • setLocale

        public boolean setLocale​(java.util.Locale locale)
        Specified by:
        setLocale in interface java.awt.im.spi.InputMethod
      • getLocale

        public java.util.Locale getLocale()
        Specified by:
        getLocale in interface java.awt.im.spi.InputMethod
      • setCharacterSubsets

        public void setCharacterSubsets​(java.lang.Character.Subset[] subsets)
        Specified by:
        setCharacterSubsets in interface java.awt.im.spi.InputMethod
      • setCompositionEnabled

        public void setCompositionEnabled​(boolean enable)
        Specified by:
        setCompositionEnabled in interface java.awt.im.spi.InputMethod
      • isCompositionEnabled

        public boolean isCompositionEnabled()
        Specified by:
        isCompositionEnabled in interface java.awt.im.spi.InputMethod
      • reconvert

        public void reconvert()
        Specified by:
        reconvert in interface java.awt.im.spi.InputMethod
      • dispatchEvent

        public void dispatchEvent​(java.awt.AWTEvent event)
        Specified by:
        dispatchEvent in interface java.awt.im.spi.InputMethod
      • notifyClientWindowChange

        public void notifyClientWindowChange​(java.awt.Rectangle bounds)
        Specified by:
        notifyClientWindowChange in interface java.awt.im.spi.InputMethod
      • activate

        public void activate()
        Specified by:
        activate in interface java.awt.im.spi.InputMethod
      • deactivate

        public void deactivate​(boolean isTemporary)
        Specified by:
        deactivate in interface java.awt.im.spi.InputMethod
      • hideWindows

        public void hideWindows()
        Specified by:
        hideWindows in interface java.awt.im.spi.InputMethod
      • removeNotify

        public void removeNotify()
        Specified by:
        removeNotify in interface java.awt.im.spi.InputMethod
      • endComposition

        public void endComposition()
        Specified by:
        endComposition in interface java.awt.im.spi.InputMethod
      • dispose

        public void dispose()
        Specified by:
        dispose in interface java.awt.im.spi.InputMethod
      • getControlObject

        public java.lang.Object getControlObject()
        Specified by:
        getControlObject in interface java.awt.im.spi.InputMethod