Class MathConversionDialog

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
    boolean
     
    void
    Open the MathConversionDialog for converting data.

    Methods inherited from class org.eclipse.swt.widgets.Dialog

    checkSubclass, getParent, getStyle, getText, setText

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • MathConversionDialog

      public MathConversionDialog(org.eclipse.swt.widgets.Shell parent, Object data)
      Constructs MathConversionDialog.
      Parameters:
      parent - the owner of the input
      data - the data array to convert.
  • Method Details

    • open

      public void open()
      Open the MathConversionDialog for converting data.
    • isConverted

      public boolean isConverted()
      Returns:
      true if the data is successfully converted.