Class NewCompoundAttributeDialog

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

NewCompoundAttributeDialog shows a message dialog requesting user input for creating a new HDF5 compound attribute.
Version:
1.0 7/20/2021
Author:
Allen Byrne
  • Constructor Details

    • NewCompoundAttributeDialog

      public NewCompoundAttributeDialog(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs)
      Constructs a NewCompoundAttributeDialog with specified list of possible parent objects.
      Parameters:
      parent - the parent shell of the dialog
      pObject - the parent object which the new attribute is attached to.
      objs - the list of all objects.
  • Method Details

    • open

      public void open()
      Open the NewCompoundAttributeDialog for adding a new compound attribute.