Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.MathConversionDialog
MathConversionDialog shows a message dialog requesting user input for math
conversion.
- Version:
- 2.4 1/28/2016
- Author:
- Jordan T. Henderson
-
Constructor Summary
ConstructorDescriptionMathConversionDialog
(org.eclipse.swt.widgets.Shell parent, Object data) Constructs MathConversionDialog. -
Method Summary
Modifier and TypeMethodDescriptionboolean
Check if the data is successfully converted.void
open()
Open the MathConversionDialog for converting data.Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Constructor Details
-
MathConversionDialog
Constructs MathConversionDialog.- Parameters:
parent
- the owner of the inputdata
- the data array to convert.
-
-
Method Details
-
open
Open the MathConversionDialog for converting data. -
isConverted
Check if the data is successfully converted.- Returns:
- true if the data is successfully converted.
-