Class CommandLine.Help.TextTable.Cell

java.lang.Object
nz.org.riskscape.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 a Help.TextTable.

Since:
2.0
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final int
    Table column index (zero based).
    final int
    Table row index (zero based).
  • Constructor Summary

    Constructors
    Constructor
    Description
    Cell(int column, int row)
    Constructs a new Cell with the specified coordinates in the table.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • column

      public final int column
      Table column index (zero based).
    • row

      public final int row
      Table row index (zero based).
  • Constructor Details

    • Cell

      public Cell(int column, int row)
      Constructs a new Cell with the specified coordinates in the table.
      Parameters:
      column - the zero-based table column
      row - the zero-based table row