软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.im.spi |
提供的接口,使输入方法,可用于任何java运行时环境的发展。
|
javax.swing.text |
提供类和接口处理编辑和不可编辑的文本组件。
|
Modifier and Type | Method and Description |
---|---|
InputMethodRequests |
TextComponent.getInputMethodRequests() |
InputMethodRequests |
Component.getInputMethodRequests()
获取支持此组件的输入方法的输入法请求处理程序。
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputMethodContext
提供方法,输入方法可以用来与他们的客户端组件进行通信或请求其他服务。
|
Modifier and Type | Method and Description |
---|---|
InputMethodRequests |
JTextComponent.getInputMethodRequests() |
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.