net.sourceforge.plantuml.oregon
Class KeyboardList

java.lang.Object
  extended by net.sourceforge.plantuml.oregon.KeyboardList
All Implemented Interfaces:
Keyboard

public class KeyboardList
extends java.lang.Object
implements Keyboard


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

KeyboardList

public KeyboardList(java.lang.String... inputs)

KeyboardList

public KeyboardList(java.util.Collection<java.lang.String> inputs)
Method Detail

input

public java.lang.String input()
                       throws NoInputException
Specified by:
input in interface Keyboard
Throws:
NoInputException

hasMore

public boolean hasMore()
Specified by:
hasMore in interface Keyboard


Copyright © 2011. All Rights Reserved.