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 classFormattedColumnDecorator<T>Decorator implementation of the HeaderSetupMetrics interface.classFormattedColumnImpl<T>Implementation of theFormattedColumninterface.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.
-