Package pt.tecnico.uilib.text
Class TextInteraction
java.lang.Object
pt.tecnico.uilib.text.TextInteraction
- All Implemented Interfaces:
InteractionDriver
Text interaction back-end (either through the keyboard or files).
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TextInteraction
public TextInteraction()Constructor (package).
-
-
Method Details
-
close
public void close()Description copied from interface:InteractionDriverClose all I/O channels.- Specified by:
closein interfaceInteractionDriver- See Also:
-
fill
- Specified by:
fillin interfaceInteractionDriver- Parameters:
form- form to be filled.- See Also:
-
render
- Specified by:
renderin interfaceInteractionDriver- Parameters:
title- message title.text- message text.- See Also:
-