| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| Modifier and Type | Method and Description |
|---|---|
protected JTableLocation |
AbstractJTableCellWriter.location() |
| Modifier and Type | Method and Description |
|---|---|
protected static Point |
AbstractJTableCellWriter.cellLocation(JTable table,
int row,
int column,
JTableLocation location)
Returns the location of the given table cell.
|
protected static void |
AbstractJTableCellWriter.scrollToCell(JTable table,
int row,
int column,
JTableLocation location)
Scrolls the given
JTable to the given cell. |
Copyright © 2014 AssertJ. All rights reserved.