Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.NewDataObjectDialog
- Direct Known Subclasses:
NewAttributeDialog,NewCompoundDatasetDialog,NewDatasetDialog,NewDatatypeDialog,NewGroupDialog,NewImageDialog
NewDataDialog is an intermediate class for creating data types.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.eclipse.swt.widgets.Labelprotected org.eclipse.swt.widgets.Buttonprotected org.eclipse.swt.widgets.Comboprotected org.eclipse.swt.graphics.Fontprotected org.eclipse.swt.widgets.Comboprotected FileFormatbooleanprotected booleanbooleanbooleanprotected org.eclipse.swt.widgets.TextTextField for entering the length of the data array or string.protected org.eclipse.swt.widgets.ComboThe Choice of the datatypesprotected HObjectthe object createdprotected List<?>protected HObjectthe object which the this object is attachedprotected HObjectthe object referencedprotected org.eclipse.swt.widgets.Shellprotected org.eclipse.swt.widgets.CombointThe attributes of the datatypeintintintprotected org.eclipse.swt.widgets.ButtonThe Choice of the object list -
Constructor Summary
ConstructorsConstructorDescriptionNewDataObjectDialog(org.eclipse.swt.widgets.Shell parent, HObject pGroup, List<?> objs) -
Method Summary
Methods inherited from class org.eclipse.swt.widgets.Dialog
checkSubclass, getParent, getStyle, getText, setText
-
Field Details
-
shell
-
curFont
-
parentObj
the object which the this object is attached -
refObject
the object referenced -
newObject
the object created -
lengthField
TextField for entering the length of the data array or string. -
namedChoice
The Choice of the datatypes -
classChoice
-
sizeChoice
-
endianChoice
-
useCommittedType
The Choice of the object list -
checkUnsigned
-
objList
-
namedList
-
arrayLengthLabel
-
tclass
The attributes of the datatype -
tsize
-
torder
-
tsign
-
isEnum
-
strEnumMap
-
isVLen
-
isVlenStr
-
fileFormat
-
isH5
-
-
Constructor Details
-
NewDataObjectDialog
-
-
Method Details
-
createDatatypeWidget
-
createNewDatatype
-
getObject
- Returns:
- the new object created.
-
getParentGroup
- Returns:
- the parent group of the new dataset.
-