Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.NewDataObjectDialog
hdf.view.dialog.NewDatatypeDialog
public class NewDatatypeDialog extends NewDataObjectDialog
NewDatatypeDialog shows a message dialog requesting user input for creating a
new HDF5 datatype.
- Version:
- 2.4 1/1/2016
- Author:
- Jordan T. Henderson
-
Field Summary
Fields Modifier and Type Field Description protected org.eclipse.swt.widgets.TextnameFieldTextField for entering the name of the objectFields 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
Constructors Constructor Description NewDatatypeDialog(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs)Constructs a NewDatatypeDialog with specified list of possible parent groups. -
Method Summary
Modifier and Type Method Description DatatypecreateNewDatatype()voidopen()Methods inherited from class hdf.view.dialog.NewDataObjectDialog
createDatatypeWidget, createNewDatatype, getObject, getParentGroupMethods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setTextMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
nameField
TextField for entering the name of the object
-
-
Constructor Details
-
NewDatatypeDialog
Constructs a NewDatatypeDialog 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
-
createNewDatatype
-