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 IllegalArgumentExceptioncannotSelectFile(File file, String reason) (package private) static voidvalidateAndSelectFile(JFileChooser fileChooser, File file) (package private) static voidvalidateAndSelectFiles(JFileChooser fileChooser, File[] files) private static voidvalidateFileToChoose(JFileChooser fileChooser, File file)
-
Constructor Details
-
JFileChooserSelectFileTask
private JFileChooserSelectFileTask()
-
-
Method Details
-
validateAndSelectFile
-
validateAndSelectFiles
-
validateFileToChoose
-
cannotSelectFile
-