Class NewImageDialog

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

public class NewImageDialog
extends NewDataObjectDialog
NewImageDialog shows a message dialog requesting user input for creating a new HDF4/5 Image.
Version:
2.4 1/1/2016
Author:
Jordan T. Henderson
  • Constructor Details

    • NewImageDialog

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