Uses of Enum Class
org.springframework.shell.table.BorderStyle
Packages that use BorderStyle
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of BorderStyle in org.springframework.shell.table
Methods in org.springframework.shell.table that return BorderStyleModifier and TypeMethodDescriptionstatic BorderStyleReturns the enum constant of this class with the specified name.static BorderStyle[]BorderStyle.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.shell.table with parameters of type BorderStyleModifier and TypeMethodDescriptionTableBuilder.addFullBorder(BorderStyle style) Set a border around each and every cell of the table.TableBuilder.addHeaderAndVerticalsBorders(BorderStyle style) Set a border on the outline of the whole table, around the first row and draw vertical lines around each column.TableBuilder.addHeaderBorder(BorderStyle style) Set a border on the outline of the whole table, as well as around the first row.TableBuilder.addInnerBorder(BorderStyle style) Set a border on the inner verticals and horizontals of the table, but not on the outline.TableBuilder.addOutlineBorder(BorderStyle style) Set a border on the outline of the whole table.TableBuilder.paintBorder(BorderStyle style, int match)