com.pixelmed.display
Class SafeFileChooser
java.lang.Object
com.pixelmed.display.SafeFileChooser
public class SafeFileChooser
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SafeFileChooser
public SafeFileChooser()
SafeFileChooser
public SafeFileChooser(String currentDirectoryPath)
setFileSelectionMode
public void setFileSelectionMode(int mode)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
showOpenDialog
public int showOpenDialog(Component parent)
throws HeadlessException
- Throws:
HeadlessException
getCurrentDirectory
public File getCurrentDirectory()
getSelectedFile
public File getSelectedFile()
showSaveDialog
public int showSaveDialog(Component parent)
throws HeadlessException
- Throws:
HeadlessException
setDialogTitle
public void setDialogTitle(String dialogTitle)
throws HeadlessException
- Throws:
HeadlessException