Microsoft SDK for Java

setInputManager

This method of the SystemX class sets a new input method manager.

Syntax

public static void setInputManager(InputManagerListener imm, boolean retainCurrentList);

Parameters

imm The new input method manager. Set to null to disable input method manager services. If the new manager inherits the IME list from the previous one, set retainCurrentList to true.
retainCurrentList The parameter returns true if the new input method manager inherits the list of IMEs. Otherwise, returns false.

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