Class TableCellInRowByValue.TableCellBuilder

java.lang.Object
org.fest.swing.data.TableCellInRowByValue.TableCellBuilder
Enclosing class:
TableCellInRowByValue

public static class TableCellInRowByValue.TableCellBuilder extends Object
Understands creation of TableCellInSelectedRows.
  • Field Details

    • values

      private final String[] values
  • Constructor Details

  • Method Details

    • column

      public TableCellInRowByValue column(int column)
      Creates a new table cell finder using the row cell values specified in TableCellInRowByValue.rowWithValue(String...) and the column index specified as the argument in this method.
      Parameters:
      column - the index of the column in the table cell to find.
      Returns:
      the created finder.