Uses of Package
org.springframework.shell.table
Packages that use org.springframework.shell.table
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Classes in org.springframework.shell.table used by org.springframework.shell.tableClassDescriptionA strategy interface for performing text alignment.Provides support for different styles of borders, using simple or fancy ascii art.This is used to specify where some components of a Table may be applied.A Formatter is responsible for the initial rendering of a value to lines of text.An horizontal alignment strategy that allows alignment to the left, center or right.Alignment strategy that allows simple vertical alignment to top, middle or bottom.Strategy for computing the dimensions of a table cell.Holds both a minimum and maximum width.This is the central API for table rendering.A builder class to incrementally configure a Table.Abstracts away the contract a
Table
will use to retrieve tabular data.Helper class to build a TableModel incrementally.A strategy for applying text wrapping/cropping given a cell width.