Uses of Interface
org.springframework.shell.table.SizeConstraints
Packages that use SizeConstraints
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of SizeConstraints in org.springframework.shell.table
Classes in org.springframework.shell.table that implement SizeConstraintsModifier and TypeClassDescriptionclass
A cell sizing strategy that forces a fixed width, expressed in number of characters.class
A SizeConstraints implementation that splits lines at space boundaries and returns an extent with minimal and maximal width requirements.class
A SizeConstraints implementation that is tailored to rendering a series of key = value pairs.class
A sizing strategy that will impose the longest line width on cells.Methods in org.springframework.shell.table with parameters of type SizeConstraints