public class SmartKeyboard extends Object
| Constructor and Description |
|---|
SmartKeyboard(Keyboard keyboard) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getHistory() |
boolean |
hasMore() |
String |
input(Screen screen) |
int |
inputInt(Screen screen) |
public SmartKeyboard(Keyboard keyboard)
public String input(Screen screen) throws NoInputException
NoInputExceptionpublic int inputInt(Screen screen) throws NoInputException
NoInputExceptionpublic boolean hasMore()
Copyright © 2017. All rights reserved.