|
Whole document tree
java.awt.im
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Field Summary | |
static int |
CONVERTED_TEXT
Constant for the converted text state. |
static int |
RAW_TEXT
Constant for the raw text state. |
static InputMethodHighlight |
SELECTED_CONVERTED_TEXT_HIGHLIGHT
Constant for the default highlight for selected converted text. |
static InputMethodHighlight |
SELECTED_RAW_TEXT_HIGHLIGHT
Constant for the default highlight for selected raw text. |
static InputMethodHighlight |
UNSELECTED_CONVERTED_TEXT_HIGHLIGHT
Constant for the default highlight for unselected converted text. |
static InputMethodHighlight |
UNSELECTED_RAW_TEXT_HIGHLIGHT
Constant for the default highlight for unselected raw text. |
| Constructor Summary | |
InputMethodHighlight(boolean selected,
int state)
Constructs an input method highlight record. |
|
InputMethodHighlight(boolean selected,
int state,
int variation)
Constructs an input method highlight record. |
|
InputMethodHighlight(boolean selected,
int state,
int variation,
Map style)
Constructs an input method highlight record. |
|
| Method Summary | |
int |
getState()
Returns the conversion state of the text range. |
Map |
getStyle()
Returns the rendering style attributes for the text range, or null. |
int |
getVariation()
Returns the variation of the text range. |
boolean |
isSelected()
Returns whether the text range is selected. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int RAW_TEXT
public static final int CONVERTED_TEXT
public static final InputMethodHighlight UNSELECTED_RAW_TEXT_HIGHLIGHT
public static final InputMethodHighlight SELECTED_RAW_TEXT_HIGHLIGHT
public static final InputMethodHighlight UNSELECTED_CONVERTED_TEXT_HIGHLIGHT
public static final InputMethodHighlight SELECTED_CONVERTED_TEXT_HIGHLIGHT
| Constructor Detail |
public InputMethodHighlight(boolean selected,
int state)
selected - Whether the text range is selectedstate - The conversion state for the text range - RAW_TEXT or CONVERTED_TEXTIllegalArgumentException - if a state other than RAW_TEXT or CONVERTED_TEXT is givenRAW_TEXT,
CONVERTED_TEXT
public InputMethodHighlight(boolean selected,
int state,
int variation)
selected - Whether the text range is selectedstate - The conversion state for the text range - RAW_TEXT or CONVERTED_TEXTvariation - The style variation for the text rangeIllegalArgumentException - if a state other than RAW_TEXT or CONVERTED_TEXT is givenRAW_TEXT,
CONVERTED_TEXT
public InputMethodHighlight(boolean selected,
int state,
int variation,
Map style)
selected - whether the text range is selectedstate - the conversion state for the text range - RAW_TEXT or CONVERTED_TEXTvariation - the variation for the text rangestyle - the rendering style attributes for the text range, or nullIllegalArgumentException - if a state other than RAW_TEXT or CONVERTED_TEXT is givenRAW_TEXT,
CONVERTED_TEXT| Method Detail |
public boolean isSelected()
public int getState()
RAW_TEXT,
CONVERTED_TEXTpublic int getVariation()
public Map getStyle()
|
JavaTM 2 Platform Std. Ed. v1.3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.