- All Superinterfaces:
- InputMethodRequests
- See Also:
- Source Code,
InputMethod.setInputMethodContext(java.awt.im.spi.InputMethodContext)
JFrame createInputMethodJFrame(String title,
boolean attachToInputContext)
- See Also:
- HeadlessException,
Window.dispose
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Window createInputMethodWindow(String title,
boolean attachToInputContext)
- See Also:
- HeadlessException,
Window.dispose
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void dispatchInputMethodEvent(int id,
AttributedCharacterIterator text,
int committedCharacterCount,
TextHitInfo caret,
TextHitInfo visiblePosition)
- See Also:
InputMethodEvent.InputMethodEvent(java.awt.Component, int, java.awt.font.TextHitInfo, java.awt.font.TextHitInfo)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void enableClientWindowNotification(InputMethod inputMethod,
boolean enable)
- See Also:
notifyClientWindowChange
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples