Package net.sourceforge.plantuml.oregon
Class SmartKeyboard
- java.lang.Object
-
- net.sourceforge.plantuml.oregon.SmartKeyboard
-
public class SmartKeyboard extends Object
-
-
Constructor Summary
Constructors Constructor Description SmartKeyboard(Keyboard keyboard)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getHistory()
boolean
hasMore()
String
input(Screen screen)
int
inputInt(Screen screen)
-
-
-
Constructor Detail
-
SmartKeyboard
public SmartKeyboard(Keyboard keyboard)
-
-
Method Detail
-
input
public String input(Screen screen) throws NoInputException
- Throws:
NoInputException
-
inputInt
public int inputInt(Screen screen) throws NoInputException
- Throws:
NoInputException
-
hasMore
public boolean hasMore()
-
-