Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
FRAMES
|
NO FRAMES
A
C
G
I
A
ActiveClient(String)
- Constructor for class
ActiveClient
Constructs an ActiveClient.
ActiveClient
- class
ActiveClient
.
Implements on-the-spot text input, the most closely integrated form of interaction with input methods.
C
cancelLatestCommittedText(AttributedCharacterIterator.Attribute[])
- Method in class
ActiveClient
Returns null to indicate that the "Undo Commit" feature is not supported by this simple text component.
caretPositionChanged(InputMethodEvent)
- Method in class
ActiveClient
Handles changes to the caret within composed text.
G
getCaret()
- Method in class
ActiveClient
Returns a text hit info indicating the current caret (insertion point).
getCommittedText(int, int, AttributedCharacterIterator.Attribute[])
- Method in class
ActiveClient
Gets an iterator providing access to the entire text and attributes contained in the text editing component except for uncommitted text.
getDisplayText()
- Method in class
ActiveClient
Returns the text that the user has entered.
getInputMethodRequests()
- Method in class
ActiveClient
Implements getInputMethodRequests for ActiveClient by returning "this".
getInsertPositionOffset()
- Method in class
ActiveClient
Gets the offset of the insert position in the committed text contained in the text editing component.
getLocationOffset(int, int)
- Method in class
ActiveClient
Gets the offset within the composed text for the specified absolute x and y coordinates on the screen.
getSelectedText(AttributedCharacterIterator.Attribute[])
- Method in class
ActiveClient
Gets the currently selected text from the text editing component.
getTextLocation(TextHitInfo)
- Method in class
ActiveClient
Gets the location of a specified offset in the current composed text, or of the selection in committed text.
I
inputMethodTextChanged(InputMethodEvent)
- Method in class
ActiveClient
Handles changes to the text entered through an input method.
A
C
G
I
Class |
Tree
|
Deprecated
|
Index
|
Help
PREV | NEXT
FRAMES
|
NO FRAMES