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

Quick Search    Search Deep
C D E F G H I J K L R S T U V

C

CONVERTED_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Converted text state (after conversion).
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the latest committed text, and removes it from the component's text body.

D

descriptors - Static variable in class java.awt.im.InputContext
The list of installed input method descriptors.
dispatchEvent(AWTEvent) - Method in class java.awt.im.InputContext
Dispatches an event to the current input method.
dispose() - Method in class java.awt.im.InputContext
Disposes of the input context and release the resources used by it.

E

endComposition() - Method in class java.awt.im.InputContext
Ends any input composition that may currently be going on in this context.

F

FULLWIDTH_DIGITS - Static variable in class java.awt.im.InputSubset
Constant for the fullwidth digits included in the Unicode halfwidth and fullwidth forms character block.
FULLWIDTH_LATIN - Static variable in class java.awt.im.InputSubset
Constant for the fullwidth ASCII variants subset of the Unicode halfwidth and fullwidth forms character block.

G

getCommittedText(int, int, AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets an interator which provides access to the text and its attributes, except for the uncommitted text.
getCommittedTextLength() - Method in interface java.awt.im.InputMethodRequests
Gets the length of committed text.
getInputMethodControlObject() - Method in class java.awt.im.InputContext
Returns a control object from the current input method, or null.
getInsertPositionOffset() - Method in interface java.awt.im.InputMethodRequests
Gets the offset where the committed text exists in the text editing component.
getInstance() - Static method in class java.awt.im.InputContext
Returns a new InputContext.
getLocale() - Method in class java.awt.im.InputContext
Returns the current locale of the current input method or keyboard layout.
getLocationOffset(int, int) - Method in interface java.awt.im.InputMethodRequests
Get the text offset for the given screen coordinate.
getSelectedText(AttributedCharacterIterator.Attribute[]) - Method in interface java.awt.im.InputMethodRequests
Gets the currently selected text.
getState() - Method in class java.awt.im.InputMethodHighlight
Return the conversion state of the highlighted text.
getStyle() - Method in class java.awt.im.InputMethodHighlight
Return the rendering style attributes map, or null if it should be the default mapping.
getTextLocation(TextHitInfo) - Method in interface java.awt.im.InputMethodRequests
Gets the location of a given offset of the text.
getVariation() - Method in class java.awt.im.InputMethodHighlight
Return the highlighting style variation.

H

HALFWIDTH_KATAKANA - Static variable in class java.awt.im.InputSubset
Constant for the halfwidth katakana subset of the Unicode halfwidth and fullwidth forms character block.
HANJA - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Korean, including a subset of the CJK unified ideographs as well as Korean Han characters that may be defined as surrogate characters.

I

InputContext - class java.awt.im.InputContext.
Provides a context for controlling input methods and keyboard layouts.
InputContext() - Constructor for class java.awt.im.InputContext
Construct an InputContext.
InputMethodHighlight - class java.awt.im.InputMethodHighlight.
This describes the highlight attributes of text composed in an input method.
InputMethodHighlight(boolean, int) - Constructor for class java.awt.im.InputMethodHighlight
Create an input method highlight style, with variation 0 and null style mapping.
InputMethodHighlight(boolean, int, int) - Constructor for class java.awt.im.InputMethodHighlight
Create an input method highlight style, with null style mapping.
InputMethodHighlight(boolean, int, int, Map) - Constructor for class java.awt.im.InputMethodHighlight
Create an input method highlight style.
InputMethodRequests - interface java.awt.im.InputMethodRequests.
This interface handles requests made by input methods on text editing components.
InputSubset - class java.awt.im.InputSubset.
Defines additional Unicode character blocks for use by input methods.
InputSubset(String) - Constructor for class java.awt.im.InputSubset
Construct a subset.
im - Variable in class java.awt.im.InputContext
The current input method; null if no input methods are installed.
isCompositionEnabled() - Method in class java.awt.im.InputContext
Find out if the current input method is enabled.
isSelected() - Method in class java.awt.im.InputMethodHighlight
Return whether the highlighting applies to selected text.

J

java.awt.im - package java.awt.im
 

K

KANJI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Japanese, including a subset of the CJK unified ideographs as well as Japanese Han characters that may be defined as surrogate characters.

L

LATIN - Static variable in class java.awt.im.InputSubset
Constant for all Latin characters, including the characters in the BASIC_LATIN, LATIN_1_SUPPLEMENT, LATIN_EXTENDED_A, LATIN_EXTENDED_B Unicode character blocks.
LATIN_DIGITS - Static variable in class java.awt.im.InputSubset
Constant for the digits included in the BASIC_LATIN Unicode character block.

R

RAW_TEXT - Static variable in class java.awt.im.InputMethodHighlight
Raw text state (before conversion).
recent - Variable in class java.awt.im.InputContext
Map of locales to the most recently selected input method.
reconvert() - Method in class java.awt.im.InputContext
Starts a reconversion operation in the current input method.
removeNotify(Component) - Method in class java.awt.im.InputContext
Notifies the input context that a client component has been removed from its containment hierarchy, or that input method support has been disabled for the component.

S

SELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for selected converted text.
SELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for selected raw text.
SIMPLIFIED_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Simplified Chinese, including a subset of the CJK unified ideographs as well as Simplified Chinese Han characters that may be defined as surrogate characters.
selectInputMethod(Locale) - Method in class java.awt.im.InputContext
Attempts to select an input method or keyboard layout which supports the given locale.
selected - Variable in class java.awt.im.InputMethodHighlight
Whether the highlighting applies to selected text.
setCharacterSubsets(Character.Subset[]) - Method in class java.awt.im.InputContext
Sets the subsets of Unicode characters allowed to be input by the current input method, as well as subsequent input methods.
setCompositionEnabled(boolean) - Method in class java.awt.im.InputContext
Changes the enabled status of the current input method.
state - Variable in class java.awt.im.InputMethodHighlight
The state of highlighted text.
style - Variable in class java.awt.im.InputMethodHighlight
The unmodifiable map of rendering styles.
subsets - Variable in class java.awt.im.InputContext
The list of acceptable character subsets.

T

TRADITIONAL_HANZI - Static variable in class java.awt.im.InputSubset
Constant for all Han characters used in writing Traditional Chinese, including a subset of the CJK unified ideographs as well as Traditional Chinese Han characters that may be defined as surrogate characters.

U

UNSELECTED_CONVERTED_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for unselected converted text.
UNSELECTED_RAW_TEXT_HIGHLIGHT - Static variable in class java.awt.im.InputMethodHighlight
Default do-nothing highlighting for unselected raw text.

V

variation - Variable in class java.awt.im.InputMethodHighlight
Any variation on the highlighting style.

C D E F G H I J K L R S T U V