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