|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JTextComponentMatcher | |
---|---|
org.fest.swing.core.matcher |
Common implementations of . |
Uses of JTextComponentMatcher in org.fest.swing.core.matcher |
---|
Methods in org.fest.swing.core.matcher that return JTextComponentMatcher | |
---|---|
JTextComponentMatcher |
JTextComponentMatcher.andShowing()
Indicates that the to match should be showing on the screen. |
JTextComponentMatcher |
JTextComponentMatcher.andText(Pattern textPattern)
Specifies the text to match. |
JTextComponentMatcher |
JTextComponentMatcher.andText(String newText)
Specifies the text to match. |
static JTextComponentMatcher |
JTextComponentMatcher.any()
Creates a new that matches any . |
static JTextComponentMatcher |
JTextComponentMatcher.withName(String name)
Creates a new that matches a that:
has a matching name
(optionally) has matching text
(optionally) is showing on the screen
The following code listing shows how to match a by name and text:
JTextComponentMatcher m = withName ("lastName"). |
static JTextComponentMatcher |
JTextComponentMatcher.withText(Pattern textPattern)
Creates a new that matches a by its
text. |
static JTextComponentMatcher |
JTextComponentMatcher.withText(String text)
Creates a new that matches a by its
text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |