org.fest.swing.data
Class TableCellInSelectedRow.TableCellBuilder

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

public static class TableCellInSelectedRow.TableCellBuilder
extends Object

Understands creation of TableCellInSelectedRows.

Author:
Alex Ruiz

Constructor Summary
TableCellInSelectedRow.TableCellBuilder()
           
 
Method Summary
 TableCellInSelectedRow column(int column)
          Creates a new table cell finder.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableCellInSelectedRow.TableCellBuilder

public TableCellInSelectedRow.TableCellBuilder()
Method Detail

column

public TableCellInSelectedRow column(int column)
Creates a new table cell finder.

Parameters:
column - the column index of the cell to find.
Returns:
the created finder.


Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.