ij.io
Class OpenDialog

java.lang.Object
  extended by ij.io.OpenDialog

public class OpenDialog
extends java.lang.Object

This class displays a dialog window from which the user can select an input file.


Constructor Summary
OpenDialog(java.lang.String title, java.lang.String path)
          Displays a file open dialog with 'title' as the title.
 
Method Summary
static java.lang.String getDefaultDirectory()
          Returns the current working directory, which my be null.
 java.lang.String getDirectory()
          Returns the selected directory.
 java.lang.String getFileName()
          Returns the selected file name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenDialog

public OpenDialog(java.lang.String title,
                  java.lang.String path)
Displays a file open dialog with 'title' as the title. If 'path' is non-blank, it is used and the dialog is not displayed.

Method Detail

getDirectory

public java.lang.String getDirectory()
Returns the selected directory.


getFileName

public java.lang.String getFileName()
Returns the selected file name.


getDefaultDirectory

public static java.lang.String getDefaultDirectory()
Returns the current working directory, which my be null.