Uses of Interface
org.refcodes.tabular.FormattedColumn
-
-
Uses of FormattedColumn in org.refcodes.tabular
Classes in org.refcodes.tabular that implement FormattedColumn Modifier and Type Class Description class
FormattedColumnDecorator<T>
Decorator implementation of the HeaderSetupMetrics interface.class
FormattedColumnImpl<T>
Implementation of theFormattedColumn
interface.Methods in org.refcodes.tabular with parameters of type FormattedColumn Modifier and Type Method Description default FormattedColumns<T>
FormattedColumns. withColumns(FormattedColumn<? extends T>... aColumns)
With columns.Constructors in org.refcodes.tabular with parameters of type FormattedColumn Constructor Description FormattedHeader(FormattedColumn<? extends T>... aHeader)
Instantiates a new formatted header impl.
-