Interface | Description |
---|---|
TableCellFinder |
Finds a cell in a
JTable . |
Class | Description |
---|---|
Index |
An integer-based index.
|
TableCell |
A cell in a
JTable . |
TableCell.TableCellBuilder |
Factory of
TableCell s. |
TableCellByColumnId |
Looks up a cell in a
JTable by column identifier. |
TableCellByColumnId.TableCellBuilder |
Factory of
TableCellByColumnId s. |
TableCellInRowByValue |
Looks up a cell in the first found row in
JTable whose values match the given ones. |
TableCellInRowByValue.TableCellBuilder |
Builder of
TableCellInSelectedRow s. |
TableCellInSelectedRow |
Looks up a cell in the first selected row of a
JTable . |
TableCellInSelectedRow.TableCellBuilder |
Factory of
TableCellInSelectedRow s. |
Copyright © 2014-2015 AssertJ. All Rights Reserved.