Microsoft SDK for Java

InputMethodListener Interface Methods

The InputMethodListener Interface contains the following methods:

activate activates the IME.
deactivate deactivates the IME.
getName retrieves the localized name of the IME.
handledKey is called by the InputManagerListener.
handleIMEMessage handles an IME Message.
paint paints the object on a specific graphic object.
setFont sets the font used in composition window.
setPos displays the IME composition window on the visible canvas in terms of (x,y) coordinates.
setVisibleComponent sets the component c as the component where the IME is seen on the screen.
size retrieves the current size of the area required to draw the IME, using the given graphics object.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.