Is called when input context is activated.
false if IME default composition windowshould be activated for input context, trueotherwise
onComposition
static boolean onComposition(long hwnd, long idx)(Code)
Is called when IME composition string changes
Parameters: hwnd - window where composition occurs Parameters: idx - specifies how the composition string changed true if message was processed by IM andno default processing is required
Is called before the IME generates the composition string
as a result of a keystroke.
Parameters: hwnd - owner of the composition window false if the default composition windowshould be opened, true otherwise