henplus.view.util |
|
Java Source File Name | Type | Comment |
CancelWriter.java | Class | Little utility that allows to write a string to the
screen and cancel it afterwards (with Backspaces). |
Formatter.java | Class | |
NameCompleter.java | Class | a Completer for names that are only given partially. |
ProgressWriter.java | Class | A utility class that can write the progress of an operation
to the screen. |
SortedMatchIterator.java | Class | An Iterator returning end-truncated matching values from
a sorted List. |