Package org.fest.swing.data
Class TableCell.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCell.TableCellBuilder
- Enclosing class:
- TableCell
Understands creation of
TableCells.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncolumn(int column) Creates a new table cell using the row index specified inand the column index specified as the argument in this method.TableCell.row(int)
-
Field Details
-
row
private final int row
-
-
Constructor Details
-
TableCellBuilder
TableCellBuilder(int row)
-
-
Method Details
-
column
Creates a new table cell using the row index specified inand the column index specified as the argument in this method.TableCell.row(int)- Parameters:
column- the column index of the table cell to create.- Returns:
- the created table cell.
-