Uses of Class
org.fest.swing.core.matcher.DialogMatcher
Packages that use DialogMatcher
-
Uses of DialogMatcher in org.fest.swing.core.matcher
Methods in org.fest.swing.core.matcher that return DialogMatcherModifier and TypeMethodDescriptionDialogMatcher.andShowing()
Indicates that the
to match should be showing on the screen.Dialog
Specifies the title to match.Specifies the title to match.static DialogMatcher
DialogMatcher.any()
Creates a new
that matches anyDialogMatcher
.Dialog
static DialogMatcher
Creates a new
that matches aDialogMatcher
that: has a matching name (optionally) has matching title (optionally) is showing on the screenDialog
static DialogMatcher
Creates a new
that matches aDialogMatcher
by its title.Dialog
static DialogMatcher
Creates a new
that matches aDialogMatcher
by its title.Dialog