| Package | Description |
|---|---|
| java.awt | Contains all of the classes for creating userinterfaces and for painting graphics and images. |
| java.lang | Provides classes that are fundamental to the design of the Java programming language. |
| java.util | Contains the collections framework, legacy collection classes, event model,date and time facilities, internationalization, and miscellaneous utilityclasses (a string tokenizer, a random-number generator, and a bit array). |
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. |
| javax.swing | Provides a set of "lightweight"(all-Java language) components that,to the maximum degree possible, work the same on all platforms. |
| Modifier and Type | Method | Description |
|---|---|---|
staticAWTKeyStroke | AWTKeyStroke.getAWTKeyStroke(Character keyChar, int modifiers)Returns a shared instance of an AWTKeyStroke that represents aKEY_TYPED event for the specified Character object and a set of modifiers. |
| Modifier and Type | Field | Description |
|---|---|---|
staticClass<Character> | Character.TYPEThe Class instance representing the primitive typechar. |
| Modifier and Type | Method | Description |
|---|---|---|
staticCharacter | Character.valueOf(char c)Returns aCharacter instance representing the specifiedchar value. |
| Modifier and Type | Method | Description |
|---|---|---|
int | Character.compareTo(Character anotherCharacter)Compares two Character objects numerically. |
| Modifier and Type | Method | Description |
|---|---|---|
Set<Character> | Locale.getExtensionKeys()Returns the set of extension keys associated with this locale, or the empty set if it has no extensions. |
| Modifier and Type | Field | Description |
|---|---|---|
staticSimpleType<Character> | SimpleType.CHARACTERThe SimpleType instance describing values whose Java class name isjava.lang.Character. |
| Modifier and Type | Method | Description |
|---|---|---|
staticKeyStroke | KeyStroke.getKeyStroke(Character keyChar, int modifiers)Returns a shared instance of a KeyStroke that represents aKEY_TYPED event for the specified Character object and a set of modifiers. |