com.pixelmed.display
Class SafeFileChooser.SafeFileChooserThread

java.lang.Object
  extended by com.pixelmed.display.SafeFileChooser.SafeFileChooserThread
All Implemented Interfaces:
Runnable
Enclosing class:
SafeFileChooser

public static class SafeFileChooser.SafeFileChooserThread
extends Object
implements Runnable


Constructor Summary
SafeFileChooser.SafeFileChooserThread()
           
SafeFileChooser.SafeFileChooserThread(int fileSelectionMode)
           
SafeFileChooser.SafeFileChooserThread(int fileSelectionMode, String initialDirectoryPath)
           
SafeFileChooser.SafeFileChooserThread(int fileSelectionMode, String initialDirectoryPath, String dialogTitle)
           
SafeFileChooser.SafeFileChooserThread(String initialDirectoryPath)
           
SafeFileChooser.SafeFileChooserThread(String initialDirectoryPath, String dialogTitle)
           
 
Method Summary
 String getCurrentDirectoryPath()
           
 String getSelectedFileName()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread()

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread(int fileSelectionMode)

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread(String initialDirectoryPath)

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread(int fileSelectionMode,
                                             String initialDirectoryPath)

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread(String initialDirectoryPath,
                                             String dialogTitle)

SafeFileChooser.SafeFileChooserThread

public SafeFileChooser.SafeFileChooserThread(int fileSelectionMode,
                                             String initialDirectoryPath,
                                             String dialogTitle)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

getSelectedFileName

public String getSelectedFileName()

getCurrentDirectoryPath

public String getCurrentDirectoryPath()