KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.im
Class InputMethodHighlight

java.lang.Object
  extended by java.awt.im.InputMethodHighlight
See Also:
Source Code, Annotation, Toolkit.mapInputMethodHighlight(java.awt.im.InputMethodHighlight), AttributedCharacterIterator

public static final int CONVERTED_TEXT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getState()
See Also:
CONVERTED_TEXT, RAW_TEXT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Map<TextAttribute,?> getStyle()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public InputMethodHighlight(boolean selected,
                            int state)
See Also:
CONVERTED_TEXT, RAW_TEXT, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputMethodHighlight(boolean selected,
                            int state,
                            int variation)
See Also:
CONVERTED_TEXT, RAW_TEXT, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InputMethodHighlight(boolean selected,
                            int state,
                            int variation,
                            Map<TextAttribute,?> style)
See Also:
CONVERTED_TEXT, RAW_TEXT, IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isSelected()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int RAW_TEXT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final InputMethodHighlight UNSELECTED_CONVERTED_TEXT_HIGHLIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final InputMethodHighlight UNSELECTED_RAW_TEXT_HIGHLIGHT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags