Uses of Class
org.fest.swing.finder.DialogFinder
Packages that use DialogFinder
-
Uses of DialogFinder in org.fest.swing.finder
Methods in org.fest.swing.finder that return DialogFinderModifier and TypeMethodDescriptionstatic DialogFinder
WindowFinder.findDialog
(Class<? extends Dialog> dialogType) Creates a new
capable of looking up aDialogFinder
by type.Dialog
static DialogFinder
WindowFinder.findDialog
(String dialogName) Creates a new
capable of looking up aDialogFinder
by name.Dialog
static DialogFinder
WindowFinder.findDialog
(GenericTypeMatcher<? extends Dialog> matcher) Creates a new
capable of looking up aDialogFinder
using the provided matcher.Dialog
DialogFinder.withTimeout
(long timeout) Sets the timeout for this finder.DialogFinder.withTimeout
(long timeout, TimeUnit unit) Sets the timeout for this finder.