| java.lang.Object java.awt.im.InputContext org.apache.harmony.awt.im.InputMethodContext
Method Summary | |
public AttributedCharacterIterator | cancelLatestCommittedText(Attribute[] attributes) | public JFrame | createInputMethodJFrame(String title, boolean attachToInputContext) | public Window | createInputMethodWindow(String title, boolean attachToInputContext) | public void | dispatchEvent(AWTEvent event) | public void | dispatchInputMethodEvent(int id, AttributedCharacterIterator text, int committedCharacterCount, TextHitInfo caret, TextHitInfo visiblePosition) | public void | dispose() | public void | enableClientWindowNotification(InputMethod inputMethod, boolean enable) | public void | endComposition() | final public Component | getClient() | public AttributedCharacterIterator | getCommittedText(int beginIndex, int endIndex, Attribute[] attributes) | public int | getCommittedTextLength() | final public InputMethod | getInputMethod() | public Object | getInputMethodControlObject() | public int | getInsertPositionOffset() | public Locale | getLocale() | public TextHitInfo | getLocationOffset(int x, int y) | final public NativeIM | getNativeIM() | public AttributedCharacterIterator | getSelectedText(Attribute[] attributes) | public Rectangle | getTextLocation(TextHitInfo offset) | public boolean | isCompositionEnabled() | public void | notifyClientWindowChange(Rectangle bounds) | public void | reconvert() | public void | removeNotify(Component client) | void | selectIM(InputMethodDescriptor imd, Locale locale) | public boolean | selectInputMethod(Locale locale) | public void | setCharacterSubsets(Subset[] subsets) | public void | setCompositionEnabled(boolean enable) |
InputMethodContext | public InputMethodContext()(Code) | | |
createInputMethodJFrame | public JFrame createInputMethodJFrame(String title, boolean attachToInputContext)(Code) | | |
createInputMethodWindow | public Window createInputMethodWindow(String title, boolean attachToInputContext)(Code) | | |
dispose | public void dispose()(Code) | | |
enableClientWindowNotification | public void enableClientWindowNotification(InputMethod inputMethod, boolean enable)(Code) | | |
endComposition | public void endComposition()(Code) | | |
getCommittedTextLength | public int getCommittedTextLength()(Code) | | |
getInputMethodControlObject | public Object getInputMethodControlObject()(Code) | | |
getInsertPositionOffset | public int getInsertPositionOffset()(Code) | | |
isCompositionEnabled | public boolean isCompositionEnabled()(Code) | | |
notifyClientWindowChange | public void notifyClientWindowChange(Rectangle bounds)(Code) | | To be called by AWT when client Window's bounds/visibility/state
change
|
reconvert | public void reconvert()(Code) | | |
selectInputMethod | public boolean selectInputMethod(Locale locale)(Code) | | |
setCharacterSubsets | public void setCharacterSubsets(Subset[] subsets)(Code) | | |
setCompositionEnabled | public void setCompositionEnabled(boolean enable)(Code) | | |
|
|