InputMethodContext

Interface InputMethodContext

All Superinterfaces:
InputMethodRequests
public interface InputMethodContext
extends InputMethodRequests

Provides methods that input methods can use to communicate with their client components or to request other services. This interface is implemented by the input method framework, and input methods call its methods on the instance they receive through InputMethod.setInputMethodContext(java.awt.im.spi.InputMethodContext). There should be no other implementors or callers.

Since:
1.3

Methods

登录查看完整内容