Uses of Class
org.fest.swing.finder.JFileChooserFinder
Packages that use JFileChooserFinder
-
Uses of JFileChooserFinder in org.fest.swing.finder
Methods in org.fest.swing.finder that return JFileChooserFinderModifier and TypeMethodDescriptionstatic JFileChooserFinderJFileChooserFinder.findFileChooser()Creates a newcapable of looking up aJFileChooserFinder.JFileChooserstatic JFileChooserFinderJFileChooserFinder.findFileChooser(String name) Creates a newcapable of looking up aJFileChooserFinderby name.JFileChooserstatic JFileChooserFinderJFileChooserFinder.findFileChooser(GenericTypeMatcher<? extends JFileChooser> matcher) Creates a newcapable of looking up aJFileChooserFinderusing the given matcher.JFileChooserJFileChooserFinder.withTimeout(long timeout) Sets the timeout for this finder.JFileChooserFinder.withTimeout(long timeout, TimeUnit unit) Sets the timeout for this finder.