Generated by
JDiff

Class java.awt.im.InputContext

Documentation changed from old to new.

Changed Constructors
InputContext(void) Documentation changed from old to new.
Constructs an 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) Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Dispatches an event to the active input method.
void dispose() Documentation changed from old to new.
Disposes of the input context and release the resources used by it.
void endComposition() Documentation changed from old to new.
Changed from synchronized to non-synchronized.
Ends any input composition that may currently be going on in this context.
Object getInputMethodControlObject() Documentation changed from old to new.
Returns a control object from the current input method or null.
void removeNotify(Component) Documentation changed from old to new.
Notifies the input context that a client component has been removed from its containment hierarchy or that input method support has been disabled for the component.
boolean selectInputMethod(Locale) Documentation changed from old to new.
Selects an input method that supports the given locale.
void setCharacterSubsets(Subset[]) Documentation changed from old to new.
Sets the subsets of the Unicode character set that input methods of this input context should be allowed to input.