Class TextInputModule

java.lang.Object
com.calebleavell.jatui.modules.TUIModule
com.calebleavell.jatui.modules.TextInputModule

public class TextInputModule extends TUIModule
Handles collection of text for the application. Generally this means collecting user input from the console, but TUIModule.Builder.scanner(Scanner) can be used to collect input from other places as well.
A TextInputModule can't do much unless it belongs to an ApplicationModule. If it is tied to one, whatever input is collected is updated in the app's inputMap and can be accessed via ApplicationModule.getInput(String).