public class InputEvent
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
InputEvent.Type
Event Type
|
| Constructor and Description |
|---|
InputEvent(InputEvent.Type type) |
| Modifier and Type | Method and Description |
|---|---|
static InputEvent |
beginBatch() |
static InputEvent |
commitText(java.lang.CharSequence text) |
static InputEvent |
composingRegion(int start,
int end) |
static InputEvent |
composingText(java.lang.CharSequence text) |
static InputEvent |
deleteSurrounding(int beforeLength,
int afterLength) |
static InputEvent |
endBatch() |
static InputEvent |
finishComposing() |
int |
getIntParam1() |
int |
getIntParam2() |
int |
getTextLength() |
java.lang.CharSequence |
getTextParam() |
long |
getTimestamp() |
InputEvent.Type |
getType() |
static InputEvent |
keyEvent(int keyCode) |
public InputEvent(InputEvent.Type type)
public static InputEvent composingRegion(int start, int end)
public static InputEvent composingText(java.lang.CharSequence text)
public static InputEvent commitText(java.lang.CharSequence text)
public static InputEvent deleteSurrounding(int beforeLength, int afterLength)
public static InputEvent finishComposing()
public static InputEvent keyEvent(int keyCode)
public static InputEvent beginBatch()
public static InputEvent endBatch()
public InputEvent.Type getType()
public long getTimestamp()
public int getIntParam1()
public int getIntParam2()
public java.lang.CharSequence getTextParam()
public int getTextLength()