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