org.fest.swing.data
Class TableCellInRowByValue.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCellInRowByValue.TableCellBuilder
- Enclosing class:
- TableCellInRowByValue
public static class TableCellInRowByValue.TableCellBuilder
- extends Object
Understands creation of TableCellInSelectedRow
s.
- Author:
- Alex Ruiz
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
public TableCellInRowByValue column(int column)
- Creates a new table cell finder using the row cell values specified in
TableCellInRowByValue.rowWithValue(String...)
and the column index specified as the argument in this method.
- Parameters:
column
- the index of the column in the table cell to find.
- Returns:
- the created finder.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.