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
NoInputException
public int inputInt(Screen screen) throws NoInputException
NoInputException
public boolean hasMore()
Copyright © 2014. All Rights Reserved.