org.fest.swing.data
Class TableCellByColumnId.TableCellBuilder

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

public static class TableCellByColumnId.TableCellBuilder
extends Object

Understands creation of TableCellByColumnIds.

Author:
Alex Ruiz

Method Summary
 TableCellByColumnId columnId(Object columnId)
          Creates a new table cell finder using the row index specified in TableCellByColumnId.row(int) and the column id specified as the argument in this method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

columnId

public TableCellByColumnId columnId(Object columnId)
Creates a new table cell finder using the row index specified in TableCellByColumnId.row(int) and the column id specified as the argument in this method.

Parameters:
columnId - the name 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.