Class TableCellByColumnId.TableCellBuilder

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

public static class TableCellByColumnId.TableCellBuilder extends Object
Understands creation of TableCellByColumnIds.
  • Field Details

    • row

      private final int row
  • Constructor Details

    • TableCellBuilder

      TableCellBuilder(int row)
  • Method Details

    • columnId

      public TableCellByColumnId columnId(Object columnId)
      Creates a new table cell finder using the row index specified in TableCellByColumnId.row(int) and the column id specified as the argument in this method.
      Parameters:
      columnId - the name of the column in the table cell to find.
      Returns:
      the created finder.