Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Standard Edition

Package java.awt.im

Provides classes and an interface for the input method framework.

See:
          Description

Interface Summary
InputMethodRequests InputMethodRequests defines the requests that a text editing component has to handle in order to work with input methods.
 

Class Summary
InputContext An InputContext object manages the communication between text editing components and input methods.
InputMethodHighlight A InputMethodHighlight is used to describe in an abstract way 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 an interface for the input method framework. This 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. Text editing components can use this package and related classes in java.awt.event to support the on-the-spot input style.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see: -->

Since:
JDK1.2

JavaTM 2 Platform
Standard Edition

Submit a bug or feature
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.