Uses of Class
org.strassburger.tui4j.formatting.layout.table.Table
Packages that use Table
-
Uses of Table in org.strassburger.tui4j.formatting.layout.table
Methods in org.strassburger.tui4j.formatting.layout.table that return TableModifier and TypeMethodDescriptionTable.addRow(List<StyledText> row) Adds a row to the tableTable.setColumnAlignment(int col, ColumnAlign columnAlignments) Sets the alignment for a specific columnTable.setColumnGrow(int col, int grow) Sets the grow factor for a specific columnTable.setDefaultGrow(int grow) Sets the default grow factor for all columnsTable.setHasHeader(boolean hasHeader) Sets whether the table has a header rowTable.setRows(List<List<StyledText>> rows) Sets the rows of the tableTable.setStyle(TableStyle style) Sets the style of the table