接口 | 描述 |
---|---|
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.