Package | Description |
---|---|
com.inamik.text.tables |
Modifier and Type | Method and Description |
---|---|
SimpleTable |
SimpleTable.addLine(String line) |
SimpleTable |
SimpleTable.addLines(Collection<String> lines) |
SimpleTable |
SimpleTable.addLines(String... lines) |
SimpleTable |
SimpleTable.applyToCell(Cell.Function f) |
SimpleTable |
SimpleTable.applyToCell(Function f) |
SimpleTable |
SimpleTable.nextCell() |
SimpleTable |
SimpleTable.nextCell(Collection<String> lines) |
SimpleTable |
SimpleTable.nextCell(String... lines) |
SimpleTable |
SimpleTable.nextRow() |
static SimpleTable |
SimpleTable.of() |
Copyright © 2017 JBoss by Red Hat. All rights reserved.