public class SmartKeyboard
extends java.lang.Object
Constructor and Description |
---|
SmartKeyboard(Keyboard keyboard) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getHistory() |
boolean |
hasMore() |
java.lang.String |
input(Screen screen) |
int |
inputInt(Screen screen) |
public SmartKeyboard(Keyboard keyboard)
public java.lang.String input(Screen screen) throws NoInputException
NoInputException
public int inputInt(Screen screen) throws NoInputException
NoInputException
public boolean hasMore()
public java.util.List<java.lang.String> getHistory()