public static class CommandLine.Help.Column extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CommandLine.Help.Column.Overflow
Policy for handling text that is longer than the column width:
span multiple columns, wrap to the next row, or simply truncate the portion that doesn't fit.
|
Modifier and Type | Field and Description |
---|---|
int |
indent
Indent (number of empty spaces at the start of the column preceding the text value)
|
CommandLine.Help.Column.Overflow |
overflow
Policy that determines how to handle values larger than the column width.
|
int |
width
Column width in characters
|
Constructor and Description |
---|
Column(int width,
int indent,
CommandLine.Help.Column.Overflow overflow) |
public final int width
public int indent
public final CommandLine.Help.Column.Overflow overflow
public Column(int width, int indent, CommandLine.Help.Column.Overflow overflow)