Uses of Interface
java.awt.im.spi.InputMethod
-
Packages that use InputMethod 软件包 描述 java.awt.im.spi 提供可以开发可以与任何Java运行时环境一起使用的输入法的接口。 -
-
Uses of InputMethod in java.awt.im.spi
Methods in java.awt.im.spi that return InputMethod Modifier and Type 方法 描述 InputMethod
InputMethodDescriptor. createInputMethod()
创建相应输入法的新实例。Methods in java.awt.im.spi with parameters of type InputMethod Modifier and Type 方法 描述 void
InputMethodContext. enableClientWindowNotification(InputMethod inputMethod, boolean enable)
启用或禁用当前客户端窗口的位置和指定输入法的状态的通知。
-