public static enum Keyboard.TextType extends java.lang.Enum<Keyboard.TextType>
Input.getText(playn.core.Keyboard.TextType, java.lang.String, java.lang.String)
.Modifier and Type | Method and Description |
---|---|
static Keyboard.TextType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Keyboard.TextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keyboard.TextType DEFAULT
public static final Keyboard.TextType NUMBER
public static final Keyboard.TextType EMAIL
public static final Keyboard.TextType URL
public static Keyboard.TextType[] values()
for (Keyboard.TextType c : Keyboard.TextType.values()) System.out.println(c);
public static Keyboard.TextType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2019. All Rights Reserved.