Package java.awt.im
See: Description
-
Interface Summary Interface Description InputMethodRequests InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods. -
Class Summary Class Description InputContext Provides methods to control text input facilities such as input methods and keyboard layouts.InputMethodHighlight An InputMethodHighlight is used to describe the highlight attributes of text being composed.InputSubset Defines additional Unicode subsets for use by input methods.
Package java.awt.im Description
Provides classes and interfaces for the input method framework. This package enables text editing components to receive text input through input methods. Input methods are software components that let the user enter text in ways other than simple typing on a keyboard. They are commonly used to enter Japanese, Chinese, or Korean - languages using thousands of different characters - on keyboards with far fewer keys. However, the framework also supports input methods for other languages and the use of entirely different input mechanisms, such as handwriting or speech recognition.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
- Since:
- 1.2
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-java/awt/im/package-summary.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.