public final class WCInputMethodEvent extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CARET_POSITION_CHANGED |
static int |
INPUT_METHOD_TEXT_CHANGED |
Constructor and Description |
---|
WCInputMethodEvent(int caretPosition) |
WCInputMethodEvent(String composed,
String committed,
int[] attributes,
int caretPosition) |
Modifier and Type | Method and Description |
---|---|
int[] |
getAttributes() |
int |
getCaretPosition() |
String |
getCommitted() |
String |
getComposed() |
int |
getID() |
public static final int INPUT_METHOD_TEXT_CHANGED
public static final int CARET_POSITION_CHANGED
Copyright © 2020. All rights reserved.