net.sourceforge.plantuml.oregon
Class SmartKeyboard

java.lang.Object
  extended by net.sourceforge.plantuml.oregon.SmartKeyboard

public class SmartKeyboard
extends Object


Constructor Summary
SmartKeyboard(Keyboard keyboard)
           
 
Method Summary
 List<String> getHistory()
           
 boolean hasMore()
           
 String input(Screen screen)
           
 int inputInt(Screen screen)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SmartKeyboard

public SmartKeyboard(Keyboard keyboard)
Method Detail

input

public String input(Screen screen)
             throws NoInputException
Throws:
NoInputException

inputInt

public int inputInt(Screen screen)
             throws NoInputException
Throws:
NoInputException

hasMore

public boolean hasMore()

getHistory

public List<String> getHistory()


Copyright © 2012. All Rights Reserved.