package

sun.awt.im

Interfaces

InputMethodWindow Interface for input method windows that need special handling by input method window. 

Classes

CompositionArea A composition area is used to display text that's being composed using an input method in its own user interface environment, typically in a root window. 
InputContext This InputContext class contains parts of the implementation of java.text.im.InputContext. 
InputMethodAdapter An input method adapter interfaces with the native input methods on a host platform. 
InputMethodContext The InputMethodContext class provides methods that input methods can use to communicate with their client components. 
InputMethodJFrame Implements a Swing based input method window that provides the minimal functionality as specified in createInputMethodJFrame(String, boolean)
InputMethodManager InputMethodManager is an abstract class that manages the input method environment of JVM. 
SimpleInputMethodWindow Implements a simple input method window that provides the minimal functionality as specified in createInputMethodWindow(String, boolean)