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