| Columns |
Utility class to create different kinds of columns
|
| FormattedColumn |
Column that foramts values using String.format(String, Object...).
|
| LogJsonOuput |
|
| MergedColumn |
A column that spans multiple columns.
|
| TableExporter |
TextTable exporter with predefined settings and bug fixes.
|
| TableExporter.FixedTextTableWriter |
Fixes a bug in TextTableWriter where right intersection was used in every place a right left intersection was
supposed to be used.
|
| TextTabularOutput |
Utility class to wrap a DataExporter so column widths can be computed on-the-fly by buffering first 1000 results and inspecting values.
|
| WordWrapStringColumn |
A simple extension of StringColumn class that fixes the bug in calculating the max row height when word wrapping
introduces new lines.
|