| Package | Description |
|---|---|
| org.assertj.swing.driver |
Component-specific test drivers. |
| org.assertj.swing.util |
Miscellaneous utilities.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JTabbedPaneLocation.indexOf(JTabbedPane tabbedPane,
TextMatcher matcher)
Returns the index of the first tab whose title matches the value in the given
TextMatcher. |
int |
JTableHeaderLocation.indexOf(JTableHeader tableHeader,
TextMatcher matcher)
Returns the index of the column which name matches the value in the given
TextMatcher, or -1 if a matching
column was not found. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternTextMatcher
Matches text to a group of
String values. |
class |
StringTextMatcher
Matches text to a group of
String values. |
Copyright © 2014 AssertJ. All rights reserved.