Uses of Class
org.fest.swing.finder.FrameFinder

Packages that use FrameFinder
org.fest.swing.finder Support for testing time-consuming tasks. 
 

Uses of FrameFinder in org.fest.swing.finder
 

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



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.