| 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
TableCells. |
| TableCellByColumnId |
Looks up a cell in a
JTable by column identifier. |
| TableCellByColumnId.TableCellBuilder |
Factory of
TableCellByColumnIds. |
| TableCellInRowByValue |
Looks up a cell in the first found row in
JTable whose values match the given ones. |
| TableCellInRowByValue.TableCellBuilder |
Builder of
TableCellInSelectedRows. |
| TableCellInSelectedRow |
Looks up a cell in the first selected row of a
JTable. |
| TableCellInSelectedRow.TableCellBuilder |
Factory of
TableCellInSelectedRows. |
Copyright © 2014 AssertJ. All rights reserved.