Package ti.swing.console

Interface Summary
Attribute An attribute is a factory for regions that apply the particular attribute.
ConsoleTabCompleter To add tab completion, the ConsoleKeyListener uses an instance of this class to implement tab completion.
InputHandler The way data gets input to the Console is via an input handler.
 

Class Summary
BgColorAttribute An attribute to modify the background color.
ColorInputHandler An input handler which provides support for color, by use of escaped sequences of characters.
Console The console is a swing component used to display a character stream.
ConsoleGraphics Sorta like java.awt.Graphics, except that it is tailored to drawing text.
ConsoleKeyListener Handle keyboard input, and provide a reader interface....
FgColorAttribute An attribute to modify the foreground (ie text) color.
InputAdapter An InputHandler adapter, provides default methods that just fwd the request to the parent.
InverseAttribute An attribute to flip the bg and fg color.
LogInputHandler The LogInputHandler class logs everything written to a console to an output stream.
Region A region gets mapped over a section of a character stream.
Test For testing the console.