Microsoft SDK for Java

setVisibleComponent

The setVisibleComponent method of the InputMethodListener Interface contains the following signatures:

setVisibleComponent(Component c)
setVisibleComponent(IUIComponent c)

setVisibleComponent(Component c)

Sets the component c as the component where the IME is seen on the screen. This component does not have to be an independent window, but it can be attached to the input window.

Syntax

public void setVisibleComponent(Component c);

Parameters

c The component that displays the IME on the screen.

setVisibleComponent(IUIComponent c)

Sets the component c as the component where the IME is seen on the screen. This component does not have to be an independent window, but it can be attached to the input window.

Syntax

public void setVisibleComponent(IUIComponent c);

Parameters

c The component that displays the IME on the screen.

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