Class NewDatatypeDialog

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

public class NewDatatypeDialog
extends NewDataObjectDialog
NewDatatypeDialog shows a message dialog requesting user input for creating a new HDF5 datatype.
Version:
2.4 1/1/2016
Author:
Jordan T. Henderson
  • Field Details

    • nameField

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

    • NewDatatypeDialog

      public NewDatatypeDialog​(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs)
      Constructs a NewDatatypeDialog 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.
  • Method Details