Uses of Class
com.googlecode.lanterna.gui2.table.TableCellBorderStyle
-
Packages that use TableCellBorderStyle Package Description com.googlecode.lanterna.gui2.table -
-
Uses of TableCellBorderStyle in com.googlecode.lanterna.gui2.table
Fields in com.googlecode.lanterna.gui2.table declared as TableCellBorderStyle Modifier and Type Field Description private TableCellBorderStyleDefaultTableRenderer. cellHorizontalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer. cellVerticalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer. headerHorizontalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer. headerVerticalBorderStyleMethods in com.googlecode.lanterna.gui2.table that return TableCellBorderStyle Modifier and Type Method Description static TableCellBorderStyleTableCellBorderStyle. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TableCellBorderStyle[]TableCellBorderStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.googlecode.lanterna.gui2.table with parameters of type TableCellBorderStyle Modifier and Type Method Description private charDefaultTableRenderer. getHorizontalCharacter(TableCellBorderStyle style)private charDefaultTableRenderer. getJunctionCharacter(TableCellBorderStyle mainStyle, TableCellBorderStyle styleAbove, TableCellBorderStyle styleBelow)private charDefaultTableRenderer. getVerticalCharacter(TableCellBorderStyle style)voidDefaultTableRenderer. setCellHorizontalBorderStyle(TableCellBorderStyle cellHorizontalBorderStyle)Sets the style to be used when horizontally separating table cells from each other.voidDefaultTableRenderer. setCellVerticalBorderStyle(TableCellBorderStyle cellVerticalBorderStyle)Sets the style to be used when vertically separating table cells from each other.voidDefaultTableRenderer. setHeaderHorizontalBorderStyle(TableCellBorderStyle headerHorizontalBorderStyle)Sets the style to be used when separating the table header labels from each other.voidDefaultTableRenderer. setHeaderVerticalBorderStyle(TableCellBorderStyle headerVerticalBorderStyle)Sets the style to be used when separating the table header row from the actual "data" cells below.
-