Class NewAttributeDialog

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

public class NewAttributeDialog
extends NewDataObjectDialog
NewAttributeDialog displays components for adding a new attribute.
Version:
2.4 1/7/2016
Author:
Jordan T. Henderson
  • Field Details

  • Constructor Details

    • NewAttributeDialog

      public NewAttributeDialog​(org.eclipse.swt.widgets.Shell parent, HObject obj, List<HObject> objs)
      Constructs a NewAttributeDialog with specified object (dataset, group, or image) for the new attribute to be attached to.
      Parameters:
      parent - the parent shell of the dialog
      obj - the object for the attribute to be attached to.
      objs - the specified objects.
  • Method Details