Class NewGroupDialog

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

public class NewGroupDialog
extends NewDataObjectDialog
NewGroupDialog shows a message dialog requesting user input for creating a new HDF4/5 group.
Version:
2.4 12/30/2015
Author:
Jordan T. Henderson
  • Constructor Details

    • NewGroupDialog

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

    • open

      public void open()