Squiz Matrix
4.12.2
|
Public Member Functions | |
OpenDialog (String title, String path) | |
OpenDialog (String title, String defaultDir, String defaultName) | |
String | getDirectory () |
String | getFileName () |
Static Public Member Functions | |
static String | getDefaultDirectory () |
static void | setDefaultDirectory (String defaultDir) |
This class displays a dialog window from which the user can select an input file.
Definition at line 13 of file OpenDialog.java.
|
inline |
Displays a file open dialog with 'title' as the title. If 'path' is non-blank, it is used and the dialog is not displayed. Uses and updates the ImageJ default directory.
Definition at line 26 of file OpenDialog.java.
|
inline |
Displays a file open dialog, using the specified default directory and file name.
Definition at line 40 of file OpenDialog.java.
|
inlinestatic |
Returns the current working directory, which my be null.
Definition at line 99 of file OpenDialog.java.
|
inline |
Returns the selected directory.
Definition at line 87 of file OpenDialog.java.
|
inline |
Returns the selected file name.
Definition at line 92 of file OpenDialog.java.