|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.plantuml.oregon.KeyboardList
public class KeyboardList
Constructor Summary | |
---|---|
KeyboardList(java.util.Collection<java.lang.String> inputs)
|
|
KeyboardList(java.lang.String... inputs)
|
Method Summary | |
---|---|
boolean |
hasMore()
|
java.lang.String |
input()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyboardList(java.lang.String... inputs)
public KeyboardList(java.util.Collection<java.lang.String> inputs)
Method Detail |
---|
public java.lang.String input() throws NoInputException
input
in interface Keyboard
NoInputException
public boolean hasMore()
hasMore
in interface Keyboard
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |