public static class CommandLine.Help.Column extends Object
Modifier and Type | Class | 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 | 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 | 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)
Copyright © 2017–2019. All rights reserved.