Microsoft SDK for Java

setInputMethod

This method of the InputManagerListener Interface sets the given InputMethodListener object as the current IME.

Syntax

public void setInputMethod(InputMethodListener ime);

Parameters

ime The IME object to set the current input method as. If ime is null, all IMEs are deactivated, and the standard system keyboard input is used.

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