| |
|
| java.lang.Object java.lang.Character java.awt.im.InputSubset
InputSubset | final public class InputSubset extends Character.Subset (Code) | | Defines additional Unicode subsets for use by input methods. Unlike the
UnicodeBlock subsets defined in the
java.lang.Character.UnicodeBlock class, these constants do not
directly correspond to Unicode code blocks.
version: 1.18, 05/05/07 since: 1.2 |
Field Summary | |
final public static InputSubset | FULLWIDTH_DIGITS Constant for the fullwidth digits included in the Unicode halfwidth and
fullwidth forms character block. | final public static InputSubset | FULLWIDTH_LATIN Constant for the fullwidth ASCII variants subset of the Unicode halfwidth and
fullwidth forms character block. | final public static InputSubset | HALFWIDTH_KATAKANA Constant for the halfwidth katakana subset of the Unicode halfwidth and
fullwidth forms character block. | final public static InputSubset | HANJA Constant for all Han characters used in writing Korean, including a
subset of the CJK unified ideographs as well as Korean Han characters
that may be defined as surrogate characters. | final public static InputSubset | KANJI Constant for all Han characters used in writing Japanese, including a
subset of the CJK unified ideographs as well as Japanese Han characters
that may be defined as surrogate characters. | final public static InputSubset | LATIN Constant for all Latin characters, including the characters
in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A,
LATIN_EXTENDED_B Unicode character blocks. | final public static InputSubset | LATIN_DIGITS Constant for the digits included in the BASIC_LATIN Unicode character
block. | final public static InputSubset | SIMPLIFIED_HANZI Constant for all Han characters used in writing Simplified Chinese,
including a subset of the CJK unified ideographs as well as Simplified
Chinese Han characters that may be defined as surrogate characters. | final public static InputSubset | TRADITIONAL_HANZI Constant for all Han characters used in writing Traditional Chinese,
including a subset of the CJK unified ideographs as well as Traditional
Chinese Han characters that may be defined as surrogate characters. |
FULLWIDTH_DIGITS | final public static InputSubset FULLWIDTH_DIGITS(Code) | | Constant for the fullwidth digits included in the Unicode halfwidth and
fullwidth forms character block.
since: 1.3 |
FULLWIDTH_LATIN | final public static InputSubset FULLWIDTH_LATIN(Code) | | Constant for the fullwidth ASCII variants subset of the Unicode halfwidth and
fullwidth forms character block.
since: 1.3 |
HALFWIDTH_KATAKANA | final public static InputSubset HALFWIDTH_KATAKANA(Code) | | Constant for the halfwidth katakana subset of the Unicode halfwidth and
fullwidth forms character block.
|
HANJA | final public static InputSubset HANJA(Code) | | Constant for all Han characters used in writing Korean, including a
subset of the CJK unified ideographs as well as Korean Han characters
that may be defined as surrogate characters.
|
KANJI | final public static InputSubset KANJI(Code) | | Constant for all Han characters used in writing Japanese, including a
subset of the CJK unified ideographs as well as Japanese Han characters
that may be defined as surrogate characters.
|
LATIN | final public static InputSubset LATIN(Code) | | Constant for all Latin characters, including the characters
in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A,
LATIN_EXTENDED_B Unicode character blocks.
|
LATIN_DIGITS | final public static InputSubset LATIN_DIGITS(Code) | | Constant for the digits included in the BASIC_LATIN Unicode character
block.
|
SIMPLIFIED_HANZI | final public static InputSubset SIMPLIFIED_HANZI(Code) | | Constant for all Han characters used in writing Simplified Chinese,
including a subset of the CJK unified ideographs as well as Simplified
Chinese Han characters that may be defined as surrogate characters.
|
TRADITIONAL_HANZI | final public static InputSubset TRADITIONAL_HANZI(Code) | | Constant for all Han characters used in writing Traditional Chinese,
including a subset of the CJK unified ideographs as well as Traditional
Chinese Han characters that may be defined as surrogate characters.
|
Methods inherited from java.lang.Character | public static int charCount(int codePoint)(Code)(Java Doc) public char charValue()(Code)(Java Doc) public static int codePointAt(CharSequence seq, int index)(Code)(Java Doc) public static int codePointAt(char[] a, int index)(Code)(Java Doc) public static int codePointAt(char[] a, int index, int limit)(Code)(Java Doc) public static int codePointBefore(CharSequence seq, int index)(Code)(Java Doc) public static int codePointBefore(char[] a, int index)(Code)(Java Doc) public static int codePointBefore(char[] a, int index, int start)(Code)(Java Doc) public static int codePointCount(CharSequence seq, int beginIndex, int endIndex)(Code)(Java Doc) public static int codePointCount(char[] a, int offset, int count)(Code)(Java Doc) public int compareTo(Character anotherCharacter)(Code)(Java Doc) public static int digit(char ch, int radix)(Code)(Java Doc) public static int digit(int codePoint, int radix)(Code)(Java Doc) public boolean equals(Object obj)(Code)(Java Doc) public static char forDigit(int digit, int radix)(Code)(Java Doc) public static byte getDirectionality(char ch)(Code)(Java Doc) public static byte getDirectionality(int codePoint)(Code)(Java Doc) public static int getNumericValue(char ch)(Code)(Java Doc) public static int getNumericValue(int codePoint)(Code)(Java Doc) public static int getType(char ch)(Code)(Java Doc) public static int getType(int codePoint)(Code)(Java Doc) public int hashCode()(Code)(Java Doc) public static boolean isDefined(char ch)(Code)(Java Doc) public static boolean isDefined(int codePoint)(Code)(Java Doc) public static boolean isDigit(char ch)(Code)(Java Doc) public static boolean isDigit(int codePoint)(Code)(Java Doc) public static boolean isHighSurrogate(char ch)(Code)(Java Doc) public static boolean isISOControl(char ch)(Code)(Java Doc) public static boolean isISOControl(int codePoint)(Code)(Java Doc) public static boolean isIdentifierIgnorable(char ch)(Code)(Java Doc) public static boolean isIdentifierIgnorable(int codePoint)(Code)(Java Doc) public static boolean isJavaIdentifierPart(char ch)(Code)(Java Doc) public static boolean isJavaIdentifierPart(int codePoint)(Code)(Java Doc) public static boolean isJavaIdentifierStart(char ch)(Code)(Java Doc) public static boolean isJavaIdentifierStart(int codePoint)(Code)(Java Doc) public static boolean isJavaLetter(char ch)(Code)(Java Doc) public static boolean isJavaLetterOrDigit(char ch)(Code)(Java Doc) public static boolean isLetter(char ch)(Code)(Java Doc) public static boolean isLetter(int codePoint)(Code)(Java Doc) public static boolean isLetterOrDigit(char ch)(Code)(Java Doc) public static boolean isLetterOrDigit(int codePoint)(Code)(Java Doc) public static boolean isLowSurrogate(char ch)(Code)(Java Doc) public static boolean isLowerCase(char ch)(Code)(Java Doc) public static boolean isLowerCase(int codePoint)(Code)(Java Doc) public static boolean isMirrored(char ch)(Code)(Java Doc) public static boolean isMirrored(int codePoint)(Code)(Java Doc) public static boolean isSpace(char ch)(Code)(Java Doc) public static boolean isSpaceChar(char ch)(Code)(Java Doc) public static boolean isSpaceChar(int codePoint)(Code)(Java Doc) public static boolean isSupplementaryCodePoint(int codePoint)(Code)(Java Doc) public static boolean isSurrogatePair(char high, char low)(Code)(Java Doc) public static boolean isTitleCase(char ch)(Code)(Java Doc) public static boolean isTitleCase(int codePoint)(Code)(Java Doc) public static boolean isUnicodeIdentifierPart(char ch)(Code)(Java Doc) public static boolean isUnicodeIdentifierPart(int codePoint)(Code)(Java Doc) public static boolean isUnicodeIdentifierStart(char ch)(Code)(Java Doc) public static boolean isUnicodeIdentifierStart(int codePoint)(Code)(Java Doc) public static boolean isUpperCase(char ch)(Code)(Java Doc) public static boolean isUpperCase(int codePoint)(Code)(Java Doc) public static boolean isValidCodePoint(int codePoint)(Code)(Java Doc) public static boolean isWhitespace(char ch)(Code)(Java Doc) public static boolean isWhitespace(int codePoint)(Code)(Java Doc) public static int offsetByCodePoints(CharSequence seq, int index, int codePointOffset)(Code)(Java Doc) public static int offsetByCodePoints(char[] a, int start, int count, int index, int codePointOffset)(Code)(Java Doc) public static char reverseBytes(char ch)(Code)(Java Doc) public static int toChars(int codePoint, char[] dst, int dstIndex)(Code)(Java Doc) public static char[] toChars(int codePoint)(Code)(Java Doc) public static int toCodePoint(char high, char low)(Code)(Java Doc) public static char toLowerCase(char ch)(Code)(Java Doc) public static int toLowerCase(int codePoint)(Code)(Java Doc) public String toString()(Code)(Java Doc) public static String toString(char c)(Code)(Java Doc) public static char toTitleCase(char ch)(Code)(Java Doc) public static int toTitleCase(int codePoint)(Code)(Java Doc) public static char toUpperCase(char ch)(Code)(Java Doc) public static int toUpperCase(int codePoint)(Code)(Java Doc) public static Character valueOf(char c)(Code)(Java Doc)
|
|
|
|