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 DialogFinderWindowFinder.findDialog(Class<? extends Dialog> dialogType) Creates a newcapable of looking up aDialogFinderby type.Dialogstatic DialogFinderWindowFinder.findDialog(String dialogName) Creates a newcapable of looking up aDialogFinderby name.Dialogstatic DialogFinderWindowFinder.findDialog(GenericTypeMatcher<? extends Dialog> matcher) Creates a newcapable of looking up aDialogFinderusing the provided matcher.DialogDialogFinder.withTimeout(long timeout) Sets the timeout for this finder.DialogFinder.withTimeout(long timeout, TimeUnit unit) Sets the timeout for this finder.