Package net.sourceforge.plantuml.oregon
Interface Keyboard
-
- All Known Implementing Classes:
KeyboardList
public interface Keyboard
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasMore()
String
input()
-
-
-
Method Detail
-
input
String input() throws NoInputException
- Throws:
NoInputException
-
hasMore
boolean hasMore()
-
-