| Constructor and Description |
|---|
TextInputEvent(int startPosition,
int endPosition,
String inputText,
Callable<String> currentText) |
TextInputEvent(int startPosition,
int endPosition,
String holaMundo,
String currentText) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentText() |
int |
getEndPosition() |
String |
getInputText() |
String |
getPotentialTextResult() |
int |
getStartPosition() |
Copyright © 2015 Uqbar Project. All rights reserved.