| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.util |
Miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
Pair<Rectangle,Point> |
JTreeLocation.pathBoundsAndCoordinates(JTree tree,
TreePath path)
Returns the bounds and visible coordinates of the given path.
|
Pair<Integer,Point> |
JTableHeaderLocation.pointAt(JTableHeader tableHeader,
TextMatcher matcher)
Returns the index and the coordinates of the column which name matches the value in the given
TextMatcher. |
Pair<Rectangle,Point> |
JTreeLocation.rowBoundsAndCoordinates(JTree tree,
int row)
Returns the bounds and visible coordinates of the given row.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Triple<F,S,T>
A tuple of size 3.
|
| Modifier and Type | Method and Description |
|---|---|
static <F,S> Pair<F,S> |
Pair.of(F first,
S second)
Creates a new
Pair. |
Copyright © 2014 AssertJ. All rights reserved.