public interface

InputMethodSupport

sun.awt.InputMethodSupport
Known Indirect Subclasses

Class Overview

Input method support for toolkits

Summary

Public Methods
abstract Window createInputMethodWindow(String title, InputContext context)
Returns a new input method window for the platform
abstract boolean enableInputMethodsForTextComponent()
Returns whether input methods are enabled on the platform
abstract Locale getDefaultKeyboardLocale()
Returns the default keyboard locale of the underlying operating system.
abstract InputMethodDescriptor getInputMethodAdapterDescriptor()
Returns a new input method adapter descriptor for native input methods.

Public Methods

public abstract Window createInputMethodWindow (String title, InputContext context)

Returns a new input method window for the platform

public abstract boolean enableInputMethodsForTextComponent ()

Returns whether input methods are enabled on the platform

public abstract Locale getDefaultKeyboardLocale ()

Returns the default keyboard locale of the underlying operating system.

public abstract InputMethodDescriptor getInputMethodAdapterDescriptor ()

Returns a new input method adapter descriptor for native input methods.

Throws
AWTException