Package net.sourceforge.plantuml.oregon
Class KeyboardList
- java.lang.Object
-
- net.sourceforge.plantuml.oregon.KeyboardList
-
-
Constructor Summary
Constructors Constructor Description KeyboardList(java.lang.String... inputs)
KeyboardList(java.util.Collection<java.lang.String> inputs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasMore()
java.lang.String
input()
-
-
-
Method Detail
-
input
public java.lang.String input() throws NoInputException
- Specified by:
input
in interfaceKeyboard
- Throws:
NoInputException
-
-