Class TableCell.TableCellBuilder

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

public static class TableCell.TableCellBuilder extends Object
Understands creation of TableCells.
  • Field Details

    • row

      private final int row
  • Constructor Details

    • TableCellBuilder

      TableCellBuilder(int row)
  • Method Details

    • column

      public TableCell column(int column)
      Creates a new table cell using the row index specified in TableCell.row(int) and the column index specified as the argument in this method.
      Parameters:
      column - the column index of the table cell to create.
      Returns:
      the created table cell.