|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DialogFinder | |
---|---|
org.fest.swing.finder | Support for testing time-consuming tasks. |
Uses of DialogFinder in org.fest.swing.finder |
---|
Methods in org.fest.swing.finder that return DialogFinder | |
---|---|
static DialogFinder |
WindowFinder.findDialog(Class<? extends Dialog> dialogType)
Creates a new capable of looking up a by type. |
static DialogFinder |
WindowFinder.findDialog(GenericTypeMatcher<? extends Dialog> matcher)
Creates a new capable of looking up a using the
provided matcher. |
static DialogFinder |
WindowFinder.findDialog(String dialogName)
Creates a new capable of looking up a by name. |
DialogFinder |
DialogFinder.withTimeout(long timeout)
Sets the timeout for this finder. |
DialogFinder |
DialogFinder.withTimeout(long timeout,
TimeUnit unit)
Sets the timeout for this finder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |