Package net.sourceforge.plantuml.oregon
Class KeyboardList
java.lang.Object
net.sourceforge.plantuml.oregon.KeyboardList
- All Implemented Interfaces:
Keyboard
-
Constructor Summary
ConstructorsConstructorDescriptionKeyboardList
(java.lang.String... inputs) KeyboardList
(java.util.Collection<java.lang.String> inputs) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KeyboardList
public KeyboardList(java.lang.String... inputs) -
KeyboardList
public KeyboardList(java.util.Collection<java.lang.String> inputs)
-
-
Method Details
-
input
- Specified by:
input
in interfaceKeyboard
- Throws:
NoInputException
-
hasMore
public boolean hasMore()
-