接口 | 描述 |
---|---|
InputMethodRequests |
InputMethodRequests定义文本编辑组件必须处理的请求,以便使用输入法。
|
类 | 描述 |
---|---|
InputContext |
提供控制文本输入设备(如输入法和键盘布局)的方法。
|
InputMethodHighlight |
InputMethodHighlight用于描述正在组成的文本的突出显示属性。
|
InputSubset |
定义输入法使用的其他Unicode子集。
|
为输入法框架提供类和接口。 该包使文本编辑组件能够通过输入法接收文本输入。 输入法是允许用户以键盘上简单打字以外的方式输入文字的软件组件。 它们通常用于输入日语,中文或韩语 - 使用数千个不同的字符 - 键盘上键少得多的键盘。 然而,该框架还支持其他语言的输入方法和使用完全不同的输入机制,例如手写或语音识别。
有关概述,教程,示例,指南和工具文档,请参阅:
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.