Package com.pixelmed.display
Class SafeFileChooser.SafeFileChooserThread
- java.lang.Object
-
- com.pixelmed.display.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 Summary
Constructors Constructor Description SafeFileChooserThread()
SafeFileChooserThread(int fileSelectionMode)
SafeFileChooserThread(int fileSelectionMode, java.lang.String initialDirectoryPath)
SafeFileChooserThread(int fileSelectionMode, java.lang.String initialDirectoryPath, java.lang.String dialogTitle)
SafeFileChooserThread(java.lang.String initialDirectoryPath)
SafeFileChooserThread(java.lang.String initialDirectoryPath, java.lang.String dialogTitle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrentDirectoryPath()
java.lang.String
getSelectedFileName()
void
run()
-
-
-
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)
-
-