Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E G H I J N R S

A

activate() - Method in interface java.awt.im.spi.InputMethod
Activate this input method for input processing.

C

createInputMethod() - Method in interface java.awt.im.spi.InputMethodDescriptor
Creates a new instance of the input method.
createInputMethodJFrame(String, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Creates a top-level Swing JFrame for use by the input method.
createInputMethodWindow(String, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Creates a top-level window for use by the input method.

D

deactivate(boolean) - Method in interface java.awt.im.spi.InputMethod
Deactivate this input method, either temporarily or permanently for the given client.
dispatchEvent(AWTEvent) - Method in interface java.awt.im.spi.InputMethod
Dispatch an event to the input method.
dispatchInputMethodEvent(int, AttributedCharacterIterator, int, TextHitInfo, TextHitInfo) - Method in interface java.awt.im.spi.InputMethodContext
Create an input method event and dispatch it to the client.
dispose() - Method in interface java.awt.im.spi.InputMethod
Disposes the input method and release any resources it is using.

E

enableClientWindowNotification(InputMethod, boolean) - Method in interface java.awt.im.spi.InputMethodContext
Sets whether notification of the client window's location and state should be enabled for the input method.
endComposition() - Method in interface java.awt.im.spi.InputMethod
End any input composition currently taking place.

G

getAvailableLocales() - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns the locales supported by the input method this describes.
getControlObject() - Method in interface java.awt.im.spi.InputMethod
Returns a control object from this input method, or null.
getInputMethodDisplayName(Locale, Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns a user visible name of the input locale, displayed in the specified locale.
getInputMethodIcon(Locale) - Method in interface java.awt.im.spi.InputMethodDescriptor
Returns a 16x16 icon for the input locale.
getLocale() - Method in interface java.awt.im.spi.InputMethod
Returns the current input locale, or null if none is defined.

H

hasDynamicLocaleList() - Method in interface java.awt.im.spi.InputMethodDescriptor
Test whether the input method this describes has a static or dynamic locale list.
hideWindows() - Method in interface java.awt.im.spi.InputMethod
Close or hide all windows opened by this input method.

I

InputMethod - interface java.awt.im.spi.InputMethod.
This interface supports complex text input, often for situations where the text is more complex than a keyboard will accomodate.
InputMethodContext - interface java.awt.im.spi.InputMethodContext.
Provides methods for the communication context between an input method and the client component.
InputMethodDescriptor - interface java.awt.im.spi.InputMethodDescriptor.
This interface provides information about an InputMethod before it is loaded.
isCompositionEnabled() - Method in interface java.awt.im.spi.InputMethod
Find out if this input method is enabled.

J

java.awt.im.spi - package java.awt.im.spi
Support for text input methods.

N

notifyClientWindowChange(Rectangle) - Method in interface java.awt.im.spi.InputMethod
Notify this input method of changes in the client window.

R

reconvert() - Method in interface java.awt.im.spi.InputMethod
Starts a reconversion operation.
removeNotify() - Method in interface java.awt.im.spi.InputMethod
Notify the input method that a client component has been removed from its hierarchy, or that input method support has been disabled.

S

setCharacterSubsets(Character.Subset[]) - Method in interface java.awt.im.spi.InputMethod
Sets the allowed Unicode subsets that this input method can use.
setCompositionEnabled(boolean) - Method in interface java.awt.im.spi.InputMethod
Changes the enabled status of this input method.
setInputMethodContext(InputMethodContext) - Method in interface java.awt.im.spi.InputMethod
Set the input method context, which ties the input method to a client component.
setLocale(Locale) - Method in interface java.awt.im.spi.InputMethod
Sets the input locale.

A C D E G H I J N R S