Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.MathConversionDialog
public class MathConversionDialog extends org.eclipse.swt.widgets.Dialog
MathConversionDialog shows a message dialog requesting user input for math
conversion.
- Version:
- 2.4 1/28/2016
- Author:
- Jordan T. Henderson
-
Constructor Summary
Constructors Constructor Description MathConversionDialog(org.eclipse.swt.widgets.Shell parent, Object data)Constructs MathConversionDialog. -
Method Summary
Modifier and Type Method Description booleanisConverted()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
-
MathConversionDialog
Constructs MathConversionDialog.- Parameters:
parent- the owner of the inputdata- the data array to convert.
-
-
Method Details
-
open
-
isConverted
- Returns:
- true if the data is successfully converted.
-