Uses of Enum
com.googlecode.lanterna.gui2.table.TableCellBorderStyle
Packages that use TableCellBorderStyle
-
Uses of TableCellBorderStyle in com.googlecode.lanterna.gui2.table
Subclasses with type arguments of type TableCellBorderStyle in com.googlecode.lanterna.gui2.tableModifier and TypeClassDescriptionenumDescribing how table cells are separated when drawnFields in com.googlecode.lanterna.gui2.table declared as TableCellBorderStyleModifier and TypeFieldDescriptionprivate TableCellBorderStyleDefaultTableRenderer.cellHorizontalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer.cellVerticalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer.headerHorizontalBorderStyleprivate TableCellBorderStyleDefaultTableRenderer.headerVerticalBorderStyleMethods in com.googlecode.lanterna.gui2.table that return TableCellBorderStyleModifier and TypeMethodDescriptionstatic TableCellBorderStyleReturns 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 TableCellBorderStyleModifier and TypeMethodDescriptionprivate 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.