- java.lang.Object
-
- picocli.CommandLine.Help.TextTable.Cell
-
- Enclosing class:
- CommandLine.Help.TextTable
public static class CommandLine.Help.TextTable.Cell extends Object
Helper class to index positions in aHelp.TextTable
.- Since:
- 2.0
-
-
Constructor Summary
Constructors Constructor Description Cell(int column, int row)
Constructs a new Cell with the specified coordinates in the table.
-