Input Method Framework |
JDK 1.2 Contents |
The input method framework enables all text editing components to receive Japanese, Chinese, or Korean text input through input methods. An input method lets users enter thousands of different characters using keyboards with far fewer keys. Typically a sequence of several characters needs to be typed and then converted to create one or more characters. Components can actively use the API to support the on-the-spot input style; otherwise the framework provides root-window style input as a fallback.Input Method Framework Specification
The following classes are part of the Input Method Framework API:
In addition, the following members were added to existing classes as part of the Input Method Framework API:
Copyright © 1995-98 Sun Microsystems, Inc. All Rights Reserved. Please send comments to: java-intl@java.sun.com |
Java Software |