java.lang.Object
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