Package org.fest.swing.driver
Class JFileChooserSelectFileTask
java.lang.Object
org.fest.swing.driver.JFileChooserSelectFileTask
Understands a task that selects a file in a
JFileChooser
. This task is executed in the event
dispatch thread.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static IllegalArgumentException
cannotSelectFile
(File file, String reason) (package private) static void
validateAndSelectFile
(JFileChooser fileChooser, File file) (package private) static void
validateAndSelectFiles
(JFileChooser fileChooser, File[] files) private static void
validateFileToChoose
(JFileChooser fileChooser, File file)
-
Constructor Details
-
JFileChooserSelectFileTask
private JFileChooserSelectFileTask()
-
-
Method Details
-
validateAndSelectFile
-
validateAndSelectFiles
-
validateFileToChoose
-
cannotSelectFile
-