org.fest.swing.data
Class TableCellInRowByValue.TableCellBuilder

java.lang.Object
  extended by org.fest.swing.data.TableCellInRowByValue.TableCellBuilder
Enclosing class:
TableCellInRowByValue

public static class TableCellInRowByValue.TableCellBuilder
extends Object

Understands creation of TableCellInSelectedRows.

Author:
Alex Ruiz

Method Summary
 TableCellInRowByValue column(int column)
          Creates a new table cell finder using the row cell values specified in TableCellInRowByValue.rowWithValue(String...)
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.