软件包 | 描述 |
---|---|
java.awt.im |
提供输入法框架的类和接口。
|
Modifier and Type | Field and Description |
---|---|
static InputSubset |
InputSubset.FULLWIDTH_DIGITS
恒为全角的数字包括在Unicode全形和半形字符块。
|
static InputSubset |
InputSubset.FULLWIDTH_LATIN
恒为全角ASCII变种子集的Unicode的全形和半形字符块。
|
static InputSubset |
InputSubset.HALFWIDTH_KATAKANA
恒为半角片假名的子集的Unicode的全形和半形字符块。
|
static InputSubset |
InputSubset.HANJA
用于写韩国所有汉字不变,包括对中日韩统一表意文字以及韩国的汉字,可以定义为代理项字符的一个子集。
|
static InputSubset |
InputSubset.KANJI
用日本汉字写都不变,包括对CJK统一汉字和日本汉字,可以定义为代理项字符的一个子集。
|
static InputSubset |
InputSubset.LATIN
所有的拉丁字符常数,包括在basic_latin,人物latin_1_supplement,latin_extended_a,latin_extended_b Unicode字符块。
|
static InputSubset |
InputSubset.LATIN_DIGITS
恒定的数字包括在basic_latin Unicode字符块。
|
static InputSubset |
InputSubset.SIMPLIFIED_HANZI
用于写简体中文的所有汉字不变,包括对中日韩统一表意文字以及简体中文汉字,可以定义为代理项字符的一个子集。
|
static InputSubset |
InputSubset.TRADITIONAL_HANZI
用中国传统的汉字书写都不变,包括对CJK统一汉字以及中国传统的汉字,可以定义为代理项字符的一个子集。
|
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.