Uses of Class
org.fest.swing.core.matcher.FrameMatcher
Packages that use FrameMatcher
-
Uses of FrameMatcher in org.fest.swing.core.matcher
Methods in org.fest.swing.core.matcher that return FrameMatcherModifier and TypeMethodDescriptionFrameMatcher.andShowing()
Indicates that the
to match should be showing on the screen.Frame
Specifies the title to match.Specifies the title to match.static FrameMatcher
FrameMatcher.any()
Creates a new
that matches anyFrameMatcher
.Frame
static FrameMatcher
Creates a new
that matches aFrameMatcher
that: has a matching name (optionally) has matching title (optionally) is showing on the screenFrame
static FrameMatcher
Creates a new
that matches aFrameMatcher
by its title.Frame
static FrameMatcher
Creates a new
that matches aFrameMatcher
by its title.Frame