Package | Description |
---|---|
com.googlecode.lanterna.gui2.table |
Modifier and Type | Method and Description |
---|---|
static TableCellBorderStyle |
TableCellBorderStyle.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultTableRenderer.setCellHorizontalBorderStyle(TableCellBorderStyle cellHorizontalBorderStyle)
Sets the style to be used when horizontally separating table cells from each other.
|
void |
DefaultTableRenderer.setCellVerticalBorderStyle(TableCellBorderStyle cellVerticalBorderStyle)
Sets the style to be used when vertically separating table cells from each other.
|
void |
DefaultTableRenderer.setHeaderHorizontalBorderStyle(TableCellBorderStyle headerHorizontalBorderStyle)
Sets the style to be used when separating the table header labels from each other.
|
void |
DefaultTableRenderer.setHeaderVerticalBorderStyle(TableCellBorderStyle headerVerticalBorderStyle)
Sets the style to be used when separating the table header row from the actual "data" cells below.
|
Copyright © 2016. All rights reserved.