Class JFileChooserSetCurrentDirectoryTask

java.lang.Object
org.fest.swing.driver.JFileChooserSetCurrentDirectoryTask

final class JFileChooserSetCurrentDirectoryTask extends Object
Understands a task that sets the current directory in a JFileChooser. This task is executed in the event dispatch thread.
  • Constructor Details

    • JFileChooserSetCurrentDirectoryTask

      private JFileChooserSetCurrentDirectoryTask()
  • Method Details

    • validateAndSetCurrentDirectory

      static void validateAndSetCurrentDirectory(JFileChooser fileChooser, File dir)