org.fest.swing.data
Class TableCell.TableCellBuilder
java.lang.Object
org.fest.swing.data.TableCell.TableCellBuilder
- Enclosing class:
- TableCell
public static class TableCell.TableCellBuilder
- extends Object
Understands creation of TableCell
s.
- Author:
- Alex Ruiz
Method Summary |
TableCell |
column(int column)
Creates a new table cell using the row index specified in TableCell.row(int) and the
column index 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 |
column
public TableCell column(int column)
- Creates a new table cell using the row index specified in
TableCell.row(int)
and the
column index specified as the argument in this method.
- Parameters:
column
- the column index of the table cell to create.
- Returns:
- the created table cell.
Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.