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. |