Uses of Enum Class
org.refcodes.textual.TableBuilder.RowWidthMode
-
Uses of TableBuilder.RowWidthMode in org.refcodes.textual
Subclasses with type arguments of type TableBuilder.RowWidthMode in org.refcodes.textualMethods in org.refcodes.textual that return TableBuilder.RowWidthModeModifier and TypeMethodDescriptionstatic TableBuilder.RowWidthMode
Returns the enum constant of this class with the specified name.static TableBuilder.RowWidthMode[]
TableBuilder.RowWidthMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.refcodes.textual with parameters of type TableBuilder.RowWidthModeModifierConstructorDescriptionInstantiates a new table builder using the providedTableBuilder.RowWidthMode
to determine the table's row width..