Package org.fest.swing.driver
Class JFileChooserSetCurrentDirectoryTask
java.lang.Object
org.fest.swing.driver.JFileChooserSetCurrentDirectoryTask
Understands a task that sets the current directory in a
JFileChooser
. This task is executed in
the event dispatch thread.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static void
validateAndSetCurrentDirectory
(JFileChooser fileChooser, File dir)
-
Constructor Details
-
JFileChooserSetCurrentDirectoryTask
private JFileChooserSetCurrentDirectoryTask()
-
-
Method Details
-
validateAndSetCurrentDirectory
-