Uses of Class
org.springframework.shell.table.TableModel
Packages that use TableModel
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of TableModel in org.springframework.shell.table
Subclasses of TableModel in org.springframework.shell.tableModifier and TypeClassDescriptionclassA TableModel backed by a row-first array.classA table model that is backed by a list of beans.Methods in org.springframework.shell.table that return TableModelModifier and TypeMethodDescriptionTableModelBuilder.build()Table.getModel()TableBuilder.getModel()TableModel.transpose()Methods in org.springframework.shell.table with parameters of type TableModelModifier and TypeMethodDescriptionbooleanCellMatcher.matches(int row, int column, TableModel model) Constructors in org.springframework.shell.table with parameters of type TableModelModifierConstructorDescriptionTableBuilder(TableModel model) Construct a table with the given model.