|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ device overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.barteo.emulator.device
Class InputMethodEvent

java.lang.Objectcom.barteo.emulator.device.InputMethodEvent
- public class InputMethodEvent
- extends java.lang.Object
| Field Summary | |
(package private) int |
caret
|
static int |
CARET_POSITION_CHANGED
|
static int |
INPUT_METHOD_TEXT_CHANGED
|
(package private) java.lang.String |
text
|
(package private) int |
type
|
| Constructor Summary | |
InputMethodEvent(int type,
int caret,
java.lang.String text)
|
|
| Method Summary | |
int |
getCaret()
|
java.lang.String |
getText()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
CARET_POSITION_CHANGED
public static final int CARET_POSITION_CHANGED
- See Also:
- Constant Field Values
INPUT_METHOD_TEXT_CHANGED
public static final int INPUT_METHOD_TEXT_CHANGED
- See Also:
- Constant Field Values
type
int type
caret
int caret
text
java.lang.String text
| Constructor Detail |
InputMethodEvent
public InputMethodEvent(int type,
int caret,
java.lang.String text)
| Method Detail |
getCaret
public int getCaret()
getText
public java.lang.String getText()
|
|||||||||
| Home >> All >> com >> barteo >> emulator >> [ device overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.barteo.emulator.device.InputMethodEvent