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