org.fest.swing.data
Class TableCellInSelectedRow.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCellInSelectedRow.TableCellBuilder
- Enclosing class:
- TableCellInSelectedRow
public static class TableCellInSelectedRow.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 |
TableCellInSelectedRow.TableCellBuilder
public TableCellInSelectedRow.TableCellBuilder()
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.