- java.lang.Object
-
- ij.io.SaveDialog
-
public class SaveDialog extends Object
This class displays a dialog window from which the user can save a file.
-
-
Constructor Summary
Constructors Constructor Description SaveDialog(String title, String defaultName, String extension)Displays a file save dialog with 'title' as the title, 'defaultName' as the initial file name, and 'extension' (e.g.SaveDialog(String title, String defaultDir, String defaultName, String extension)Displays a file save dialog, using the specified default directory and file name and extension.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDirectory()Returns the selected directory.StringgetFileName()Returns the selected file name.static StringgetPath(ImagePlus imp, String extension)static StringsetExtension(String name, String extension)
-