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 JFileChooserFinder
JFileChooserFinder.findFileChooser()
Creates a new
capable of looking up aJFileChooserFinder
.JFileChooser
static JFileChooserFinder
JFileChooserFinder.findFileChooser
(String name) Creates a new
capable of looking up aJFileChooserFinder
by name.JFileChooser
static JFileChooserFinder
JFileChooserFinder.findFileChooser
(GenericTypeMatcher<? extends JFileChooser> matcher) Creates a new
capable of looking up aJFileChooserFinder
using the given matcher.JFileChooser
JFileChooserFinder.withTimeout
(long timeout) Sets the timeout for this finder.JFileChooserFinder.withTimeout
(long timeout, TimeUnit unit) Sets the timeout for this finder.