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
-
Field Summary
Fields inherited from class hdf.view.dialog.NewDataObjectDialog
arrayLengthLabel, checkUnsigned, classChoice, curFont, endianChoice, fileFormat, isEnum, isH5, isVLen, isVlenStr, lengthField, namedChoice, namedList, newObject, objList, parentObj, refObject, shell, sizeChoice, strEnumMap, tclass, torder, tsign, tsize, useCommittedType
-
Constructor Summary
ConstructorDescriptionNewCompoundAttributeDialog
(org.eclipse.swt.widgets.Shell parent, HObject pObject, List<HObject> objs) Constructs a NewCompoundAttributeDialog with specified list of possible parent objects. -
Method Summary
Modifier and TypeMethodDescriptionvoid
open()
Open the NewCompoundAttributeDialog for adding a new compound attribute.Methods inherited from class hdf.view.dialog.NewDataObjectDialog
createDatatypeWidget, createNewDatatype, getObject, getParentGroup
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
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 dialogpObject
- the parent object which the new attribute is attached to.objs
- the list of all objects.
-
-
Method Details
-
open
Open the NewCompoundAttributeDialog for adding a new compound attribute.
-