Package jaugment2.UI.textUI

Interface Summary
SimpleTextUIRepresentable.Proc  
TextInputDevice The interface a services proxy must implement if it can be used by (e.g.) a TextUI as an input-device for text.
TextOutputDevice  
TextUIRepresentable Interface all representations of services for a TextUI must implement.
TextUIRepresentable.TextUIFactory  
 

Class Summary
SerialTextInputDevice a text-input-device reading from a serial-port (ttyS/COM-port)
SimpleTextInputDevice This class helps to write a TextInputDevice by
SimpleTextInputDevice.outputListenerEntry class for entries in outputListeners.
SimpleTextUIRepresentable This class shall simplify the Developement of a TextUIRepresentable.
SimpleTextUIRepresentable.outputListenerEntry class for entries in outputListeners.
SimpleTextUIRepresentable.SimpleProcessProc An implementation for Proc encapsuling a native shell-process
StdinTextInputDevice a text-input-device using the local-consoles keyboard.
TextInputDevice.TextInputRemoteEvent Class for events generated by TextInputDevice-implementations
TextUI A text-only-UI and reference-implementation of a JAugment-UI
TextUI.AppEntry this is the class for entries in the runningApps-list
TextUI.InputEntry this is the class for entries in the in-list
TextUI.ProcessAdaptor A simple adaptor to allow us to represent normal shell/console-apps.
TextUIHelloWorldEntry Debug-class, just prints "Hello World!" every second and prints input-data on the console as a text.
TextUIRepresentable.TextUIRepresentableRemoteEvent