public class TextInput
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
TextInput.Key |
Constructor and Description |
---|
TextInput(java.lang.String text) |
Modifier and Type | Method and Description |
---|---|
int |
getCaretPos() |
java.lang.String |
getText() |
void |
setCaretPos(int pos) |
void |
setEnabled(boolean enable) |
void |
setText(java.lang.String text) |
void |
tick() |