-
(package private) static class
The DefaultOptionRenderer converts
Options
to five columns of text to match the default
TextTable column layout.
(package private) static class
The MinimalOptionRenderer converts
Options
to a single row with two columns of text: an
option name and a description.
Returns a new default OptionRenderer which converts
Options
to five columns of text to match
the default
TextTable column layout.
Returns a new minimal OptionRenderer which converts
Options
to a single row with two columns
of text: an option name and a description.
Returns the IOptionRenderer used to render options to Text before adding this text to the TextTable in this layout.
Constructs a Layout with the specified color scheme, the specified TextTable, the
specified option renderer and the specified parameter renderer.