public static class SafeFileChooser.SafeFileChooserThread extends Object implements Runnable
| Constructor and Description |
|---|
SafeFileChooserThread() |
SafeFileChooserThread(int fileSelectionMode) |
SafeFileChooserThread(int fileSelectionMode,
String initialDirectoryPath) |
SafeFileChooserThread(int fileSelectionMode,
String initialDirectoryPath,
String dialogTitle) |
SafeFileChooserThread(String initialDirectoryPath) |
SafeFileChooserThread(String initialDirectoryPath,
String dialogTitle) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCurrentDirectoryPath() |
String |
getSelectedFileName() |
void |
run() |
public SafeFileChooserThread()
public SafeFileChooserThread(int fileSelectionMode)
public SafeFileChooserThread(int fileSelectionMode,
String initialDirectoryPath)
public SafeFileChooserThread(int fileSelectionMode,
String initialDirectoryPath,
String dialogTitle)
public SafeFileChooserThread(String initialDirectoryPath)