Class NewDataObjectDialog

Object
org.eclipse.swt.widgets.Dialog
hdf.view.dialog.NewDataObjectDialog
Direct Known Subclasses:
NewAttributeDialog, NewCompoundDatasetDialog, NewDatasetDialog, NewDatatypeDialog, NewGroupDialog, NewImageDialog

public class NewDataObjectDialog
extends org.eclipse.swt.widgets.Dialog
NewDataDialog is an intermediate class for creating data types.
  • Field Details

    • shell

      protected org.eclipse.swt.widgets.Shell shell
    • curFont

      protected org.eclipse.swt.graphics.Font curFont
    • parentObj

      protected HObject parentObj
      the object which the this object is attached
    • refObject

      protected HObject refObject
      the object referenced
    • newObject

      protected HObject newObject
      the object created
    • lengthField

      protected org.eclipse.swt.widgets.Text lengthField
      TextField for entering the length of the data array or string.
    • namedChoice

      protected org.eclipse.swt.widgets.Combo namedChoice
      The Choice of the datatypes
    • classChoice

      protected org.eclipse.swt.widgets.Combo classChoice
    • sizeChoice

      protected org.eclipse.swt.widgets.Combo sizeChoice
    • endianChoice

      protected org.eclipse.swt.widgets.Combo endianChoice
    • useCommittedType

      protected org.eclipse.swt.widgets.Button useCommittedType
      The Choice of the object list
    • checkUnsigned

      protected org.eclipse.swt.widgets.Button checkUnsigned
    • objList

      protected List<?> objList
    • namedList

      protected List<Datatype> namedList
    • arrayLengthLabel

      protected org.eclipse.swt.widgets.Label arrayLengthLabel
    • tclass

      public int tclass
      The attributes of the datatype
    • tsize

      public int tsize
    • torder

      public int torder
    • tsign

      public int tsign
    • isEnum

      public boolean isEnum
    • strEnumMap

      public String strEnumMap
    • isVLen

      public boolean isVLen
    • isVlenStr

      public boolean isVlenStr
    • fileFormat

    • isH5

      protected boolean isH5
  • Constructor Details

  • Method Details