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