Generated by
JDiff

Class java.awt.im.InputContext

Added Methods
Locale getLocale() Returns the current locale of the current input method.
boolean isCompositionEnabled() Determines whether the current input method is enabled for composition.
void reconvert() Asks the current input method to reconvert text from the current client component.
void setCompositionEnabled(boolean) Enables or disables the current input method for composition depending on the value of the parameter enable.
 

Changed Methods
void dispatchEvent(AWTEvent) Changed from synchronized to non-synchronized. Dispatches an event to the active input method.
void endComposition() Changed from synchronized to non-synchronized. Ends any input composition that may currently be going on in this context.