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 booleanhasMore()java.lang.Stringinput()
-
-
-
Method Detail
-
input
public java.lang.String input() throws NoInputException- Specified by:
inputin interfaceKeyboard- Throws:
NoInputException
-
-