Package org.fest.swing.data
Class TableCell
java.lang.Object
org.fest.swing.data.TableCell
Understands a cell in a
JTable
.-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
public final int rowThe row of the cell. -
column
public final int columnThe column of the cell.
-
-
Constructor Details
-
TableCell
protected TableCell(int row, int column) Creates a newTableCell
.- Parameters:
row
- the row of the cell.column
- the column of the cell.
-
-
Method Details
-
row
Starting point for the creation of a
.TableCell
Example:
// import static org.fest.swing.data.TableCell.row; TableCell cell = row(5).column(3);
- Parameters:
row
- the row index of the table cell to create.- Returns:
- the created builder.
-
equals
$ -
hashCode
public int hashCode()$ -
toString
-