Package | Description |
---|---|
org.crsh.text.ui |
Modifier and Type | Field and Description |
---|---|
protected BorderStyle |
TableElement.border
.
|
(package private) BorderStyle |
TableLineRenderer.border
.
|
private BorderStyle |
TableRowReader.bottom
.
|
protected BorderStyle |
TableElement.separator
.
|
private BorderStyle |
RowLineRenderer.separator
.
|
(package private) BorderStyle |
TableLineRenderer.separator
.
|
private BorderStyle |
TableRowReader.top
.
|
Modifier and Type | Method and Description |
---|---|
BorderStyle |
TableElement.getBorder() |
BorderStyle |
TableElement.getSeparator() |
static BorderStyle |
BorderStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BorderStyle[] |
BorderStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TableElement |
TableElement.border(BorderStyle border) |
TableElement |
TableElement.separator(BorderStyle separator) |
void |
TableElement.setBorder(BorderStyle border) |
void |
TableElement.setSeparator(BorderStyle separator) |
Constructor and Description |
---|
RowLineRenderer(RowElement row,
BorderStyle separator,
int leftCellPadding,
int rightCellPadding) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.