Package org.fest.swing.data
Class TableCellInRowByValue.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCellInRowByValue.TableCellBuilder
- Enclosing class:
- TableCellInRowByValue
Understands creation of
TableCellInSelectedRow
s.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTableCellBuilder
(String[] values) Creates a newTableCellInRowByValue.TableCellBuilder
. -
Method Summary
Modifier and TypeMethodDescriptioncolumn
(int column) Creates a new table cell finder using the row cell values specified in
and the column index specified as the argument in this method.TableCellInRowByValue.rowWithValue(String...)
-
Field Details
-
values
-
-
Constructor Details
-
TableCellBuilder
TableCellBuilder(String[] values) Creates a newTableCellInRowByValue.TableCellBuilder
.- Parameters:
values
- the values of the cells of the row to find.
-
-
Method Details
-
column
Creates a new table cell finder using the row cell values specified in
and the column index specified as the argument in this method.TableCellInRowByValue.rowWithValue(String...)
- Parameters:
column
- the index of the column in the table cell to find.- Returns:
- the created finder.
-