|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogMatcher | |
---|---|
org.fest.swing.core.matcher |
Common implementations of . |
Uses of DialogMatcher in org.fest.swing.core.matcher |
---|
Methods in org.fest.swing.core.matcher that return DialogMatcher | |
---|---|
DialogMatcher |
DialogMatcher.andShowing()
Indicates that the to match should be showing on the screen. |
DialogMatcher |
DialogMatcher.andTitle(Pattern titlePattern)
Specifies the title to match. |
DialogMatcher |
DialogMatcher.andTitle(String newTitle)
Specifies the title to match. |
static DialogMatcher |
DialogMatcher.any()
Creates a new that matches any . |
static DialogMatcher |
DialogMatcher.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:
DialogMatcher m = withName ("saveFile"). |
static DialogMatcher |
DialogMatcher.withTitle(Pattern titlePattern)
Creates a new that matches a by its title. |
static DialogMatcher |
DialogMatcher.withTitle(String title)
Creates a new that matches a by its title. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |