Class InputDialog

Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.InputDialog

public class InputDialog extends org.eclipse.swt.widgets.Dialog
Custom SWT dialog to allow the user to input strings for various uses.
  • Constructor Details

  • Method Details

    • open

      public String open()
      Opens the InputDialog and returns the user's input when the dialog closes.
      Returns:
      the user input data