KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > im > InputMethodRequests

java.awt.im
Interface InputMethodRequests

All Known Subinterfaces:
InputMethodContext
See Also:
Top Examples, Source Code, Component.getInputMethodRequests(), InputMethodListener

AttributedCharacterIterator cancelLatestCommittedText(AttributedCharacterIterator.Attribute[] attributes)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


AttributedCharacterIterator getCommittedText(int beginIndex,
                                             int endIndex,
                                             AttributedCharacterIterator.Attribute[] attributes)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getCommittedTextLength()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


int getInsertPositionOffset()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


TextHitInfo getLocationOffset(int x,
                              int y)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


AttributedCharacterIterator getSelectedText(AttributedCharacterIterator.Attribute[] attributes)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Rectangle getTextLocation(TextHitInfo offset)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags