Class NewDatasetDialog

Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.NewDataObjectDialog
hdf.view.dialog.NewDatasetDialog

public class NewDatasetDialog
extends NewDataObjectDialog
NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
Version:
2.4 12/31/2015
Author:
Jordan T. Henderson
  • Field Details

    • nameField

      protected org.eclipse.swt.widgets.Text nameField
      TextField for entering the name of the object
  • Constructor Details

    • NewDatasetDialog

      public NewDatasetDialog​(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs)
      Constructs a NewDatasetDialog with specified list of possible parent groups.
      Parameters:
      parent - the parent shell of the dialog
      pGroup - the parent group which the new group is added to.
      objs - the list of all objects.
    • NewDatasetDialog

      public NewDatasetDialog​(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs, DataView observer)
      Constructs a NewDatasetDialog with specified list of possible parent groups.
      Parameters:
      parent - the parent shell of the dialog
      pGroup - the parent group which the new group is added to.
      objs - the list of all objects.
      observer - the Dataview attached to this dialog.
  • Method Details

    • open

      public void open()