软件包 | 描述 |
---|---|
java.awt |
包含创建用户界面和绘制图形和图像的所有类。
|
java.awt.im |
提供输入法框架的类和接口。
|
Modifier and Type | Method and Description |
---|---|
abstract Map<TextAttribute,?> |
Toolkit.mapInputMethodHighlight(InputMethodHighlight highlight)
返回给定输入方法的抽象层次描述的可视化属性的映射,如果没有找到映射。
|
Modifier and Type | Field and Description |
---|---|
static InputMethodHighlight |
InputMethodHighlight.SELECTED_CONVERTED_TEXT_HIGHLIGHT
选定转换文本的默认高亮显示。
|
static InputMethodHighlight |
InputMethodHighlight.SELECTED_RAW_TEXT_HIGHLIGHT
为选定的原始文本的默认高亮显示常量。
|
static InputMethodHighlight |
InputMethodHighlight.UNSELECTED_CONVERTED_TEXT_HIGHLIGHT
为选中的转换文本的默认亮点不断。
|
static InputMethodHighlight |
InputMethodHighlight.UNSELECTED_RAW_TEXT_HIGHLIGHT
为选中的原文本的默认亮点不断。
|
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.