Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.ImageConversionDialog
public class ImageConversionDialog extends org.eclipse.swt.widgets.Dialog
ImageConversionDialog shows a message dialog requesting user input for
converting files.
- Version:
- 2.4 1/28/2016
- Author:
- Jordan T. Henderson
-
Constructor Summary
Constructors Constructor Description ImageConversionDialog(org.eclipse.swt.widgets.Shell parent, String typeFrom, String typeTo, String dir, List<FileFormat> openFiles)Constructs a FileConversionDialog -
Method Summary
Modifier and Type Method Description StringgetConvertedFile()booleanisFileConverted()voidopen()Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ImageConversionDialog
public ImageConversionDialog(org.eclipse.swt.widgets.Shell parent, String typeFrom, String typeTo, String dir, List<FileFormat> openFiles)Constructs a FileConversionDialog- Parameters:
parent- The parent shell of the dialog.typeFrom- source file typetypeTo- destination file typedir- current file directoryopenFiles- The list of currently open files
-
-
Method Details
-
open
-
isFileConverted
-
getConvertedFile
-