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
- 
Field SummaryFields inherited from class hdf.view.dialog.NewDataObjectDialogarrayLengthLabel, 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 SummaryConstructors Constructor Description NewImageDialog(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs)Constructs a NewImageDialog with specified list of possible parent groups.
- 
Method SummaryModifier and Type Method Description voidopen()Methods inherited from class hdf.view.dialog.NewDataObjectDialogcreateDatatypeWidget, createNewDatatype, getObject, getParentGroupMethods inherited from class org.eclipse.swt.widgets.DialogcheckSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
NewImageDialogConstructs 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
 
-