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 TypeClassDescriptionclassA cell sizing strategy that forces a fixed width, expressed in number of characters.classA SizeConstraints implementation that splits lines at space boundaries and returns an extent with minimal and maximal width requirements.classA SizeConstraints implementation that is tailored to rendering a series of key = value pairs.classA sizing strategy that will impose the longest line width on cells.Methods in org.springframework.shell.table with parameters of type SizeConstraints