| Modifier and Type | Method and Description |
|---|---|
static Keyboard.TextType |
Keyboard.TextType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Keyboard.TextType[] |
Keyboard.TextType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RFuture<java.lang.String> |
Input.getText(Keyboard.TextType textType,
java.lang.String label,
java.lang.String initialValue)
Requests a line of text from the user.
|
Copyright © 2018. All Rights Reserved.