The setVisibleComponent method of the InputMethodListener Interface contains the following signatures:
setVisibleComponent(Component c)
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.
public void setVisibleComponent(Component c);
c | The component that displays the IME on the screen. |
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.
public void setVisibleComponent(IUIComponent c);
c | The component that displays the IME on the screen. |