org.fest.swing.data
Class TableCellByColumnId.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCellByColumnId.TableCellBuilder
- Enclosing class:
- TableCellByColumnId
public static class TableCellByColumnId.TableCellBuilder
- extends Object
Understands creation of TableCellByColumnIds.
- Author:
- Alex Ruiz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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-2010 FEST (Fixtures for Easy Software Testing). All Rights Reserved.