Uses of Class
org.fest.swing.finder.FrameFinder
Packages that use FrameFinder
-
Uses of FrameFinder in org.fest.swing.finder
Methods in org.fest.swing.finder that return FrameFinderModifier and TypeMethodDescriptionstatic FrameFinder
Creates a new
capable of looking up aFrameFinder
by type.Frame
static FrameFinder
Creates a new
capable of looking up aFrameFinder
by name.Frame
static FrameFinder
WindowFinder.findFrame
(GenericTypeMatcher<? extends Frame> matcher) Creates a new
capable of looking up aFrameFinder
using the provided matcher.Frame
FrameFinder.withTimeout
(long timeout) Sets the timeout for this finder.FrameFinder.withTimeout
(long timeout, TimeUnit unit) Sets the timeout for this finder.