Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.NewDataObjectDialog
hdf.view.dialog.NewImageDialog
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
-
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
ConstructorDescriptionNewImageDialog
(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs) Constructs a NewImageDialog with specified list of possible parent groups. -
Method Summary
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
-
NewImageDialog
Constructs a NewImageDialog with specified list of possible parent groups.- Parameters:
parent
- the parent shell of the dialogpGroup
- the parent group which the new group is added to.objs
- the list of all objects.
-
-
Method Details
-
open
Open the NewImageDialog for adding a new image.
-