Package | Description |
---|---|
org.springframework.shell.table |
Allows the creation of tables that can be rendered using ASCII art.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayTableModel
A TableModel backed by a row-first array.
|
class |
BeanListTableModel<T>
A table model that is backed by a list of beans.
|
Modifier and Type | Method and Description |
---|---|
TableModel |
TableModelBuilder.build() |
TableModel |
TableBuilder.getModel() |
TableModel |
Table.getModel() |
TableModel |
TableModel.transpose() |
Modifier and Type | Method and Description |
---|---|
boolean |
CellMatcher.matches(int row,
int column,
TableModel model) |
Constructor and Description |
---|
TableBuilder(TableModel model)
Construct a table with the given model.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.