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 SummaryConstructorsConstructorDescriptionMathConversionDialog(org.eclipse.swt.widgets.Shell parent, Object data)Constructs MathConversionDialog.
- 
Method SummaryMethods inherited from class org.eclipse.swt.widgets.DialogcheckSubclass, getParent, getStyle, getText, setText
- 
Constructor Details- 
MathConversionDialogConstructs MathConversionDialog.- Parameters:
- parent- the owner of the input
- data- the data array to convert.
 
 
- 
- 
Method Details- 
open
- 
isConverted- Returns:
- true if the data is successfully converted.
 
 
-