|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 capable of looking up a by type. |
static FrameFinder |
WindowFinder.findFrame(GenericTypeMatcher<? extends Frame> matcher)
Creates a new capable of looking up a using the
provided matcher. |
static FrameFinder |
WindowFinder.findFrame(String frameName)
Creates a new capable of looking up a 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |