Class SafeFileChooser.SafeFileChooserThread

  • All Implemented Interfaces:
    java.lang.Runnable
    Enclosing class:
    SafeFileChooser

    public static class SafeFileChooser.SafeFileChooserThread
    extends java.lang.Object
    implements java.lang.Runnable
    • Constructor Detail

      • SafeFileChooserThread

        public SafeFileChooserThread()
      • SafeFileChooserThread

        public SafeFileChooserThread​(int fileSelectionMode)
      • SafeFileChooserThread

        public SafeFileChooserThread​(java.lang.String initialDirectoryPath)
      • SafeFileChooserThread

        public SafeFileChooserThread​(int fileSelectionMode,
                                     java.lang.String initialDirectoryPath)
      • SafeFileChooserThread

        public SafeFileChooserThread​(java.lang.String initialDirectoryPath,
                                     java.lang.String dialogTitle)
      • SafeFileChooserThread

        public SafeFileChooserThread​(int fileSelectionMode,
                                     java.lang.String initialDirectoryPath,
                                     java.lang.String dialogTitle)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable
      • getSelectedFileName

        public java.lang.String getSelectedFileName()
      • getCurrentDirectoryPath

        public java.lang.String getCurrentDirectoryPath()