Package com.ibm.icu.dev.tool.ime.indic
Class IndicInputMethod
java.lang.Object
com.ibm.icu.dev.tool.ime.indic.IndicInputMethod
- All Implemented Interfaces:
InputMethod
This stub delegates to the simpler IndicInputMethodImpl.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidactivate()voiddeactivate(boolean isTemporary) voiddispatchEvent(AWTEvent event) voiddispose()voidvoidbooleanvoidnotifyClientWindowChange(Rectangle bounds) voidvoidvoidsetCharacterSubsets(Character.Subset[] subsets) voidsetCompositionEnabled(boolean enable) voidsetInputMethodContext(InputMethodContext context) boolean
-
Field Details
-
impl
-
locale
-
-
Constructor Details
-
IndicInputMethod
IndicInputMethod(Locale theLocale, IndicInputMethodImpl theImplementation)
-
-
Method Details
-
setInputMethodContext
- Specified by:
setInputMethodContextin interfaceInputMethod
-
setLocale
- Specified by:
setLocalein interfaceInputMethod
-
getLocale
- Specified by:
getLocalein interfaceInputMethod
-
setCharacterSubsets
- Specified by:
setCharacterSubsetsin interfaceInputMethod
-
setCompositionEnabled
public void setCompositionEnabled(boolean enable) - Specified by:
setCompositionEnabledin interfaceInputMethod
-
isCompositionEnabled
public boolean isCompositionEnabled()- Specified by:
isCompositionEnabledin interfaceInputMethod
-
reconvert
public void reconvert()- Specified by:
reconvertin interfaceInputMethod
-
dispatchEvent
- Specified by:
dispatchEventin interfaceInputMethod
-
notifyClientWindowChange
- Specified by:
notifyClientWindowChangein interfaceInputMethod
-
activate
public void activate()- Specified by:
activatein interfaceInputMethod
-
deactivate
public void deactivate(boolean isTemporary) - Specified by:
deactivatein interfaceInputMethod
-
hideWindows
public void hideWindows()- Specified by:
hideWindowsin interfaceInputMethod
-
removeNotify
public void removeNotify()- Specified by:
removeNotifyin interfaceInputMethod
-
endComposition
public void endComposition()- Specified by:
endCompositionin interfaceInputMethod
-
dispose
public void dispose()- Specified by:
disposein interfaceInputMethod
-
getControlObject
- Specified by:
getControlObjectin interfaceInputMethod
-