Serialized Form


Package fable.framework.toolbox

Class fable.framework.toolbox.JLChartMemoryUsage extends javax.swing.JPanel implements Serializable

serialVersionUID: 1L

Serialized Fields

chartActionListener

fr.esrf.tangoatk.widget.util.chart.IJLChartActionListener chartActionListener

showMax

boolean showMax

showLegend

boolean showLegend

chart

fr.esrf.tangoatk.widget.util.chart.JLChart chart

total

fr.esrf.tangoatk.widget.util.chart.JLDataView total

used

fr.esrf.tangoatk.widget.util.chart.JLDataView used

max

fr.esrf.tangoatk.widget.util.chart.JLDataView max

timer

javax.swing.Timer timer

interval

int interval

maxAge

int maxAge

header

java.lang.String header

Package fable.framework.ui.views

Class fable.framework.ui.views.ColFileXYPlot extends java.lang.Object implements Serializable

serialVersionUID: 1L

Serialized Fields

columnFileVector

java.util.Vector<E> columnFileVector
A vector is kept of each column file currently loaded with its associated data view and a vector of additional data views (to be plotted on the y2 axis)


dataViewVector

java.util.Vector<E> dataViewVector

chartFrame

java.awt.Frame chartFrame

chartContainer

javax.swing.JApplet chartContainer

chart

fr.esrf.tangoatk.widget.util.chart.JLChart chart

actions

JLChartActions actions
Extra actions for the chart.


parent

org.eclipse.swt.widgets.Composite parent
The parent Composite from the constructor.


sashForm

org.eclipse.swt.custom.SashForm sashForm
The SashForm that holds the plot and the options.


plotSwtAwtComposite

org.eclipse.swt.widgets.Composite plotSwtAwtComposite
The Composite that holds the plot.


optionsComposite

org.eclipse.swt.custom.ScrolledComposite optionsComposite
The Composite that holds the options.


optionsShowing

boolean optionsShowing
Indicates when the plot options are visible.


chartActionListener

fr.esrf.tangoatk.widget.util.chart.IJLChartActionListener chartActionListener
Listener for items added to the plot context menu.


paintListener

org.eclipse.swt.events.PaintListener paintListener
Paint listener for the parent composite.


chartName

java.lang.String chartName

syAxisLabel

java.lang.String syAxisLabel

sxAxisLabel

java.lang.String sxAxisLabel

colFileCombo

org.eclipse.swt.widgets.Combo colFileCombo

xKeysCombo

org.eclipse.swt.widgets.Combo xKeysCombo

yKeysCombo

org.eclipse.swt.widgets.Combo yKeysCombo

updateButton

org.eclipse.swt.widgets.Button updateButton

removeButton

org.eclipse.swt.widgets.Button removeButton

resetButton

org.eclipse.swt.widgets.Button resetButton

switchXYButton

org.eclipse.swt.widgets.Button switchXYButton

editGroup

org.eclipse.swt.widgets.Group editGroup

currentXIndex

int currentXIndex

currentYIndex

int currentYIndex

currentXData

double[] currentXData

currentYData

double[] currentYData

currentDataView

fr.esrf.tangoatk.widget.util.chart.JLDataView currentDataView

currentColumnFile

ColumnFile currentColumnFile

txtY1Min

org.eclipse.swt.widgets.Text txtY1Min

txtY1Max

org.eclipse.swt.widgets.Text txtY1Max

txtXMax

org.eclipse.swt.widgets.Text txtXMax

txtXMin

org.eclipse.swt.widgets.Text txtXMin

removeDataButton

org.eclipse.swt.widgets.Button removeDataButton

keepDataButton

org.eclipse.swt.widgets.Button keepDataButton

widget_close

org.eclipse.jface.resource.ImageDescriptor widget_close

widget_open

org.eclipse.jface.resource.ImageDescriptor widget_open

imgdescChartOpt

org.eclipse.jface.resource.ImageDescriptor imgdescChartOpt

imgdescRefreshplot

org.eclipse.jface.resource.ImageDescriptor imgdescRefreshplot

imgdescdelete

org.eclipse.jface.resource.ImageDescriptor imgdescdelete

imgdescswitch

org.eclipse.jface.resource.ImageDescriptor imgdescswitch

imgdescSub

org.eclipse.jface.resource.ImageDescriptor imgdescSub

dataColors

java.awt.Color[] dataColors

keep_descriptor

org.eclipse.jface.resource.ImageDescriptor keep_descriptor

remove_descriptor

org.eclipse.jface.resource.ImageDescriptor remove_descriptor

img_delete

org.eclipse.swt.graphics.Image img_delete

img_keep

org.eclipse.swt.graphics.Image img_keep

colController

ColumnFileController colController

markedDataView

fr.esrf.tangoatk.widget.util.chart.JLDataView markedDataView
This dataview is used to display selected spot in table.


selectedRowsId

int[] selectedRowsId

Package fable.imageviewer.model

Class fable.imageviewer.model.ImageModelEvent extends java.beans.PropertyChangeEvent implements Serializable

serialVersionUID: 1L


Package fable.imageviewer.views

Class fable.imageviewer.views.HeaderPlotView extends org.eclipse.ui.part.ViewPart implements Serializable

serialVersionUID: 1L

Serialized Fields

dataToPlot

java.util.HashMap<K,V> dataToPlot

controller

SampleController controller

chart

fr.esrf.tangoatk.widget.util.chart.JLChart chart

sampleAndItsData

java.util.HashMap<K,V> sampleAndItsData

currentdataview

fr.esrf.tangoatk.widget.util.chart.JLDataView currentdataview

chartName

java.lang.String chartName

syAxisLabel

java.lang.String syAxisLabel

sxAxisLabel

java.lang.String sxAxisLabel

sampleCombo

org.eclipse.swt.widgets.Combo sampleCombo

xKeysCombo

org.eclipse.swt.widgets.Combo xKeysCombo

yKeysCombo

org.eclipse.swt.widgets.Combo yKeysCombo

y1dataviews

org.eclipse.swt.widgets.Combo y1dataviews

y2dataviews

org.eclipse.swt.widgets.Combo y2dataviews

plotDiff

org.eclipse.swt.widgets.Button plotDiff

resetButton

org.eclipse.swt.widgets.Button resetButton

removeDataViewY1

org.eclipse.swt.widgets.Button removeDataViewY1

removeDataViewY2

org.eclipse.swt.widgets.Button removeDataViewY2

grpPlot

org.eclipse.swt.widgets.Group grpPlot

currentXIndex

int currentXIndex

currentYIndex

int currentYIndex

y1Button

org.eclipse.swt.widgets.Button y1Button

y2Button

org.eclipse.swt.widgets.Button y2Button

currentXData

double[] currentXData

currentYData

double[] currentYData

currentSample

Sample currentSample

dataMarkers

int[] dataMarkers

dataColors

java.awt.Color[] dataColors

img

org.eclipse.jface.resource.ImageDescriptor img

imgchartDataviewOptions

org.eclipse.jface.resource.ImageDescriptor imgchartDataviewOptions

imagePlotsubtract

org.eclipse.swt.graphics.Image imagePlotsubtract

imagePlotsubtractY2

org.eclipse.swt.graphics.Image imagePlotsubtractY2

imageDataViewOptions1

org.eclipse.swt.graphics.Image imageDataViewOptions1

imageDataViewOptions2

org.eclipse.swt.graphics.Image imageDataViewOptions2

imgadd

org.eclipse.jface.resource.ImageDescriptor imgadd

imagePlotadd

org.eclipse.swt.graphics.Image imagePlotadd

imgClear

org.eclipse.jface.resource.ImageDescriptor imgClear

imagePlotclear

org.eclipse.swt.graphics.Image imagePlotclear

Package fable.python

Class fable.python.FabioFileException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

classname

java.lang.String classname

method

java.lang.String method

message

java.lang.String message

Class fable.python.SampleEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Class fable.python.SampleException extends java.lang.Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

classname

java.lang.String classname

method

java.lang.String method

message

java.lang.String message

Package ncsa.hdf.hdf5lib.exceptions

Class ncsa.hdf.hdf5lib.exceptions.HDF5AtomException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5AttributeException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5BtreeException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataFiltersException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DatasetInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataspaceInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DataStorageException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5DatatypeInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5Exception extends java.lang.Exception implements Serializable

Serialized Fields

detailMessage

java.lang.String detailMessage

Class ncsa.hdf.hdf5lib.exceptions.HDF5ExternalFileListException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FileInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FunctionArgumentException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5FunctionEntryExitException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5HeapException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5InternalErrorException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5JavaException extends HDF5Exception implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5LibraryException extends HDF5Exception implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5LowLevelIOException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5MetaDataCacheException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ObjectHeaderException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5PropertyListInterfaceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ReferenceException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5ResourceUnavailableException extends HDF5LibraryException implements Serializable

Class ncsa.hdf.hdf5lib.exceptions.HDF5SymbolTableException extends HDF5LibraryException implements Serializable


Package ncsa.hdf.hdf5lib.structs

Class ncsa.hdf.hdf5lib.structs.H5_ih_info_t extends java.lang.Object implements Serializable

Serialized Fields

index_size

long index_size

heap_size

long heap_size

Class ncsa.hdf.hdf5lib.structs.H5A_info_t extends java.lang.Object implements Serializable

Serialized Fields

corder_valid

boolean corder_valid

corder

long corder

cset

int cset

data_size

long data_size

Class ncsa.hdf.hdf5lib.structs.H5G_info_t extends java.lang.Object implements Serializable

Serialized Fields

storage_type

int storage_type

nlinks

long nlinks

max_corder

long max_corder

mounted

boolean mounted

Class ncsa.hdf.hdf5lib.structs.H5L_info_t extends java.lang.Object implements Serializable

Serialized Fields

type

int type

corder_valid

boolean corder_valid

corder

long corder

cset

int cset

address_val_size

long address_val_size

Class ncsa.hdf.hdf5lib.structs.H5O_hdr_info_t extends java.lang.Object implements Serializable

Serialized Fields

version

int version

nmesgs

int nmesgs

nchunks

int nchunks

flags

int flags

space_total

long space_total

space_meta

long space_meta

space_mesg

long space_mesg

space_free

long space_free

mesg_present

long mesg_present

mesg_shared

long mesg_shared

Class ncsa.hdf.hdf5lib.structs.H5O_info_t extends java.lang.Object implements Serializable

Serialized Fields

fileno

long fileno

addr

long addr

type

int type

rc

int rc

atime

long atime

mtime

long mtime

ctime

long ctime

btime

long btime

num_attrs

long num_attrs

hdr

H5O_hdr_info_t hdr

meta_size_obj

H5_ih_info_t meta_size_obj

meta_size_attr

H5_ih_info_t meta_size_attr

Package ncsa.hdf.hdflib

Class ncsa.hdf.hdflib.HDFException extends java.lang.Exception implements Serializable

Serialized Fields

HDFerror

int HDFerror

msg

java.lang.String msg

Class ncsa.hdf.hdflib.HDFJavaException extends HDFException implements Serializable

Serialized Fields

msg

java.lang.String msg

Class ncsa.hdf.hdflib.HDFLibraryException extends HDFException implements Serializable

Serialized Fields

HDFerror

int HDFerror

msg

java.lang.String msg

Class ncsa.hdf.hdflib.HDFNotImplementedException extends HDFJavaException implements Serializable

Serialized Fields

msg

java.lang.String msg

Package ncsa.hdf.object

Class ncsa.hdf.object.Attribute extends java.lang.Object implements Serializable

serialVersionUID: 240L

Serialized Fields

name

java.lang.String name
The name of the attribute.


type

Datatype type
The datatype of the attribute.


rank

int rank
The rank of the data value of the attribute.


dims

long[] dims
The dimension sizes of the attribute.


value

java.lang.Object value
The value of the attribute.


isUnsigned

boolean isUnsigned
Flag to indicate if the datatype is an unsigned integer.

Class ncsa.hdf.object.CompoundDS extends Dataset implements Serializable

Serialized Fields

numberOfMembers

int numberOfMembers
The number of members of the compound dataset.


memberNames

java.lang.String[] memberNames
The names of members of the compound dataset.


memberOrders

int[] memberOrders
Returns array containing the total number of elements of the members of compound.

For example, a compound dataset COMP has members of A, B and C as

     COMP {
         int A;
         float B[5];
         double C[2][3];
     }
 
memberOrders is an integer array of {1, 5, 6} to indicate that member A has one element, member B has 5 elements, and member C has 6 elements.


memberDims

java.lang.Object[] memberDims
The dimension sizes of each member.

The i-th element of the Object[] is an integer array (int[]) that contains the dimension sizes of the i-th member.


memberTypes

Datatype[] memberTypes
The datatypes of compound members.


isMemberSelected

boolean[] isMemberSelected
The array to store flags to indicate if a member of compound dataset is selected for read/write.

If a member is selected, the read/write will perform on the member. Applications such as HDFView will only display the selected members of the compound dataset.

 For example, if a compound dataset has four members
     String[] memberNames = {"X", "Y", "Z", "TIME"};
 and
     boolean[] isMemberSelected = {true, false, false, true};
 members "X" and "TIME" are selected for read and write.
 

Class ncsa.hdf.object.Dataset extends HObject implements Serializable

Serialized Fields

data

java.lang.Object data
The memory buffer that holds the raw data of the dataset.


rank

int rank
The number of dimensions of the dataset.


dims

long[] dims
The current dimension sizes of the dataset


maxDims

long[] maxDims
The max dimension sizes of the dataset


selectedDims

long[] selectedDims
Array that contains the number of data points selected (for read/write) in each dimension.

The select size must be less than or equal to the current dimension size. A subset of a rectangle selection is defined by the starting position and selected sizes.

For example, a 4 X 5 dataset

     0,  1,  2,  3,  4
    10, 11, 12, 13, 14
    20, 21, 22, 23, 24
    30, 31, 32, 33, 34
 long[] dims = {4, 5};
 long[] startDims = {1, 2};
 long[] selectedDims = {3, 3};
 then the following subset is selected by the startDims and selectedDims above
     12, 13, 14
     22, 23, 24
 32, 33, 34


startDims

long[] startDims
The starting position of each dimension of a selected subset. With both the starting position and selected sizes, the subset of a rectangle selection is fully defined.


selectedIndex

int[] selectedIndex
Array that contains the indices of the dimensions selected for display.

selectedIndex[] is provied for two purpose:

  1. selectedIndex[] is used to indicate the order of dimensions for display, i.e. selectedIndex[0] = row, selectedIndex[1] = column and selectedIndex[2] = depth. For example, for a four dimesion dataset, if selectedIndex[] is {1, 2, 3}, then dim[1] is selected as row index, dim[2] is selected as column index and dim[3] is selected as depth index.
  2. selectedIndex[] is also used to select dimensions for display for datasets with three or more dimensions. We assume that applications such as HDFView can only display data up to three dimensions (a 2D spreadsheet/image with a third dimension that the 2D spreadsheet/image is cut from). For dataset with more than three dimensions, we need selectedIndex[] to store which three dimensions are chosen for display. For example, for a four dimesion dataset, if selectedIndex[] = {1, 2, 3}, then dim[1] is selected as row index, dim[2] is selected as column index and dim[3] is selected as depth index. dim[0] is not selected. Its location is fixed at 0 by default.


selectedStride

long[] selectedStride
The number of elements to move from the start location in each dimension. For example, if selectedStride[0] = 2, every other data point is selected along dim[0].


chunkSize

long[] chunkSize
The array of dimension sizes for a chunk.


compression

java.lang.String compression
The GZIP compression level.


datatype

Datatype datatype
The datatype object of the dataset.


dimNames

java.lang.String[] dimNames
Array of strings that represent the dimension names. It is null if dimension names do not exist.


convertByteToString

boolean convertByteToString
Flag to indicate if the byte[] array is converted to strings


isDataLoaded

boolean isDataLoaded
Flag to indicate if data values are loaded into memory.


nPoints

long nPoints
The number of data points in the memory buffer.


originalBuf

java.lang.Object originalBuf
The data buffer that contains the raw data directly reading from file (before any data conversion).


convertedBuf

java.lang.Object convertedBuf
The array that holds the converted data of unsigned C-type integers.

For example, Suppose that the original data is an array of unsigned 16-bit short integers. Since Java does not support unsigned integer, the data is converted to an array of 32-bit singed integer. In that case, the converted buffer is the array of 32-bit singed integer.


enumConverted

boolean enumConverted
Flag to indicate if the enum data is converted to strings.

Class ncsa.hdf.object.Datatype extends HObject implements Serializable

Serialized Fields

datatypeClass

int datatypeClass
The class of the datatype.


datatypeSize

int datatypeSize
The size (in bytes) of the datatype.


datatypeOrder

int datatypeOrder
The byte order of the datatype. Valid values are ORDER_LE, ORDER_BE, and ORDER_VAX.


datatypeSign

int datatypeSign
The sign of the datatype.


enumMembers

java.lang.String enumMembers
The (name, value) pairs of enum members


baseType

Datatype baseType
The base datatype of every element of the array (for CLASS_ARRAY datatype).


dims

long[] dims

Class ncsa.hdf.object.FileFormat extends java.io.File implements Serializable

Serialized Fields

max_members

int max_members
Current Java applications, such as HDFView, cannot handle files with large numbers of objects due to JVM memory limitations. For example, 1,000,000 objects is too many. max_members is defined so that applications such as HDFView will load up to max_members objects starting with the start_members -th object. The implementing class has freedom in its interpretation of how to "count" objects in the file.


start_members

int start_members

fid

int fid
File identifier. -1 indicates the file is not open.


fullFileName

java.lang.String fullFileName
The absolute pathname (path+name) of the file.


isReadOnly

boolean isReadOnly
Flag indicating if the file access is read-only.

Class ncsa.hdf.object.Group extends HObject implements Serializable

serialVersionUID: 1L

Serialized Fields

memberList

java.util.List<E> memberList
The list of members (Groups and Datasets) of this group in memory.


parent

Group parent
The parent group where this group is located. The parent of the root group is null.


nMembersInFile

int nMembersInFile
Total number of (Groups and Datasets) of this group in file.

Class ncsa.hdf.object.HObject extends java.lang.Object implements Serializable

serialVersionUID: 240L

Serialized Fields

filename

java.lang.String filename
The full path of the file that contains the object.


fileFormat

FileFormat fileFormat
The file which contains the object


name

java.lang.String name
The name of the data object. The root group has its default name, a slash. The name can be changed except the root group.


path

java.lang.String path
The full path of the data object. The full path always starts with the root, a slash. The path cannot be changed. Also, a path must ended with a slash. For example, /arrays/ints/


fullName

java.lang.String fullName
The full name of the data object, i.e. "path + name"


oid

long[] oid
Array of long integer storing unique identifier for the object.

HDF4 objects are uniquely identified by a (ref_id, tag_id) pair. i.e. oid[0]=tag, oid[1]=ref.
HDF5 objects are uniquely identified by an object reference.


linkTargetObjName

java.lang.String linkTargetObjName
The name of the Target Object that is being linked to.

Class ncsa.hdf.object.ScalarDS extends Dataset implements Serializable

Serialized Fields

interlace

int interlace
The interlace mode of the stored raster image data. Valid values are INTERLACE_PIXEL, INTERLACE_LINE and INTERLACE_PLANE.


imageDataRange

double[] imageDataRange
The min-max range of image data values. For example, [0, 255] indicates the min is 0, and the max is 255.


palette

byte[][] palette
The indexed RGB color model with 256 colors.

The palette values are stored in a two-dimensional byte array and arrange by color components of red, green and blue. palette[][] = byte[3][256], where, palette[0][], palette[1][] and palette[2][] are the red, green and blue components respectively.


isImage

boolean isImage
True if this dataset is an image.


isTrueColor

boolean isTrueColor
True if this dataset is a true color image.


isText

boolean isText
True if this dataset is ASCII text.


isUnsigned

boolean isUnsigned
Flag to indicate if the original C data is unsigned integer.


unsignedConverted

boolean unsignedConverted
Flag to indicate is the original unsigned C data is converted.


fillValue

java.lang.Object fillValue
The fill value of the dataset.


isImageDisplay

boolean isImageDisplay
Flag to indicate if the dataset is displayed as an image


isDefaultImageOrder

boolean isDefaultImageOrder
Flag to indicate if the dataset is displayed as an image with default order of dimensions


isFillValueConverted

boolean isFillValueConverted
Flag to indicate if the FillValue is converted from unsigned C.


Package ncsa.hdf.object.fits

Class ncsa.hdf.object.fits.FitsDataset extends ScalarDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


nativeDataset

nom.tam.fits.BasicHDU nativeDataset

Class ncsa.hdf.object.fits.FitsDatatype extends Datatype implements Serializable

serialVersionUID: 240L

Serialized Fields

nativeType

int nativeType

Class ncsa.hdf.object.fits.FitsFile extends FileFormat implements Serializable

serialVersionUID: 240L

Serialized Fields

rootNode

javax.swing.tree.MutableTreeNode rootNode
The root node of the file hierearchy.


fitsFile

nom.tam.fits.Fits fitsFile
the fits file

Class ncsa.hdf.object.fits.FitsGroup extends Group implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


Package ncsa.hdf.object.h4

Class ncsa.hdf.object.h4.H4Datatype extends Datatype implements Serializable

serialVersionUID: 240L

Class ncsa.hdf.object.h4.H4File extends FileFormat implements Serializable

serialVersionUID: 240L

Serialized Fields

flag

int flag
the file access flag.


rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode
The root node of the tree structure of this file.


objList

java.util.List<E> objList
The list of unique (tag, ref) pairs. It is used to avoid duplicate objects in memory.


grid

int grid
The GR interface identifier. The identifier is returned by GRstart(fid), which initializes the GR interface for the file specified by the parameter. GRstart(fid) is an expensive call. It should be called only once. Calling GRstart(fid) in a loop should be avoided.


isNetCDF

boolean isNetCDF

sdid

int sdid
The SDS interface identifier. The identifier is returned by SDstart(fname, flag), which initializes the SD interface for the file specified by the parameter. SDstart(fname, flag) is an expensive call. It should be called only once Calling SDstart(fname, flag) in a loop should be avoided.


showAll

boolean showAll

Class ncsa.hdf.object.h4.H4GRImage extends ScalarDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


grid

int grid
The GR interface identifier obtained from GRstart(fid)


ncomp

int ncomp
The number of components in the raster image


datatypeID

int datatypeID
the datatype identifier


nAttributes

int nAttributes

Class ncsa.hdf.object.h4.H4Group extends Group implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


nAttributes

int nAttributes

Class ncsa.hdf.object.h4.H4SDS extends ScalarDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


sdid

int sdid
The SDS interface identifier obtained from SDstart(filename, access)


datatypeID

int datatypeID
the datatype identifier


nAttributes

int nAttributes

Class ncsa.hdf.object.h4.H4Vdata extends CompoundDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


numberOfRecords

int numberOfRecords
Number of records of this Vdata table.


memberTIDs

int[] memberTIDs
The data types of the members of the compound dataset.


nAttributes

int nAttributes

Package ncsa.hdf.object.h5

Class ncsa.hdf.object.h5.H5CompoundDS extends CompoundDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes attached data object.


nAttributes

int nAttributes

obj_info

H5O_info_t obj_info

flatNameList

java.util.List<E> flatNameList
A list of names of all fields including nested fields.

The nested names are separated by CompoundDs.separator. For example, if compound dataset "A" has the following nested structure,

 A --> m01
 A --> m02
 A --> nest1 --> m11
 A --> nest1 --> m12
 A --> nest1 --> nest2 --> m21
 A --> nest1 --> nest2 --> m22
 i.e.
 A = { m01, m02, nest1{m11, m12, nest2{ m21, m22}}}
 
The flatNameList of compound dataset "A" will be {m01, m02, nest1[m11, nest1[m12, nest1[nest2[m21, nest1[nest2[m22}


flatTypeList

java.util.List<E> flatTypeList
A list of datatypes of all fields including nested fields.


isExternal

boolean isExternal
flag to indicate is the dataset is an external dataset

Class ncsa.hdf.object.h5.H5Datatype extends Datatype implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object.


isNamed

boolean isNamed
Flag to indicate if this datatype is a named datatype


nAttributes

int nAttributes

obj_info

H5O_info_t obj_info

isVLEN

boolean isVLEN

description

java.lang.String description

Class ncsa.hdf.object.h5.H5File extends FileFormat implements Serializable

serialVersionUID: 240L

Serialized Fields

flag

int flag
the file access flag. Valid values are HDF5Constants.H5F_ACC_RDONLY, HDF5Constants.H5F_ACC_RDWR and HDF5Constants.H5F_ACC_CREAT.


indexType

int indexType
The index type. Valid values are HDF5Constants.H5_INDEX_NAME, HDF5Constants.H5_INDEX_CRT_ORDER.


rootNode

javax.swing.tree.DefaultMutableTreeNode rootNode
The root node of the file hierarchy.


libver

int[] libver
The library version bounds


attrFlag

boolean attrFlag

Class ncsa.hdf.object.h5.H5Group extends Group implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


nAttributes

int nAttributes

obj_info

H5O_info_t obj_info

Class ncsa.hdf.object.h5.H5Link extends HObject implements Serializable

serialVersionUID: 240L

Serialized Fields

obj_info

H5O_info_t obj_info

Class ncsa.hdf.object.h5.H5ScalarDS extends ScalarDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


paletteRefs

byte[] paletteRefs
The byte array containing references of palettes. Each reference requires eight bytes storage. Therefore, the array length is 8*numberOfPalettes.


isVLEN

boolean isVLEN
flag to indicate if the dataset is a variable length


isEnum

boolean isEnum
flag to indicate if the dataset is enum


isExternal

boolean isExternal
flag to indicate if the dataset is an external dataset


isNativeDatatype

boolean isNativeDatatype
flag to indicate if the datatype in file is the same as dataype in memory


isRegRef

boolean isRegRef
flag to indicate is the datatype is reg. ref.


nAttributes

int nAttributes

obj_info

H5O_info_t obj_info

Package ncsa.hdf.object.nc2

Class ncsa.hdf.object.nc2.NC2Dataset extends ScalarDS implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


nativeDataset

ucar.nc2.Variable nativeDataset

Class ncsa.hdf.object.nc2.NC2Datatype extends Datatype implements Serializable

serialVersionUID: 240L

Serialized Fields

nativeType

ucar.ma2.DataType nativeType

Class ncsa.hdf.object.nc2.NC2File extends FileFormat implements Serializable

serialVersionUID: 240L

Serialized Fields

fid

int fid
file identifier for the open file.


flag

int flag
the file access flag.


rootNode

javax.swing.tree.MutableTreeNode rootNode
The root node of the file hierearchy.


ncFile

ucar.nc2.NetcdfFile ncFile
the netcdf file

Class ncsa.hdf.object.nc2.NC2Group extends Group implements Serializable

serialVersionUID: 240L

Serialized Fields

attributeList

java.util.List<E> attributeList
The list of attributes of this data object. Members of the list are instance of Attribute.


Package ncsa.hdf.view

Class ncsa.hdf.view.Chart extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

data

double[][] data
the data values of line points or histogram


chartP

ncsa.hdf.view.Chart.ChartPanel chartP
Panel that draws plot of data values.


numberOfPoints

int numberOfPoints
number of data points


chartStyle

int chartStyle
the style of chart: histogram or line


ymax

double ymax
the maximum value of the Y axis


ymin

double ymin
the minumum value of the Y axis


xmax

double xmax
the maximum value of the X axis


xmin

double xmin
the minumum value of the X axis


lineLabels

java.lang.String[] lineLabels
line labels


lineColors

java.awt.Color[] lineColors
line colors


numberOfLines

int numberOfLines
number of lines


xData

double[] xData

isInteger

boolean isInteger
True if the original data is integer (byte, short, integer, long).


format

java.text.DecimalFormat format

Class ncsa.hdf.view.DataOptionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
The main HDFView.


dataset

Dataset dataset
the selected dataset/image


rank

int rank
the rank of the dataset/image


start

long[] start
the starting point of selected subset


dims

long[] dims
the sizes of all dimensions


selected

long[] selected
the selected sizes of all dimensions


stride

long[] stride
the stride


selectedIndex

int[] selectedIndex
the indices of the selected dimensions.


currentIndex

int[] currentIndex

spreadsheetButton

javax.swing.JRadioButton spreadsheetButton

imageButton

javax.swing.JRadioButton imageButton

bitmaskButtons

javax.swing.JRadioButton[] bitmaskButtons

charCheckbox

javax.swing.JCheckBox charCheckbox

bitmaskCheckbox

javax.swing.JCheckBox bitmaskCheckbox

bitmask

java.util.BitSet bitmask

bitmaskHelp

javax.swing.JButton bitmaskHelp

choiceTextView

javax.swing.JComboBox choiceTextView

choiceTableView

javax.swing.JComboBox choiceTableView

choiceImageView

javax.swing.JComboBox choiceImageView

choicePalette

javax.swing.JComboBox choicePalette

choices

javax.swing.JComboBox[] choices

transposeChoice

javax.swing.JComboBox transposeChoice

isSelectionCancelled

boolean isSelectionCancelled

isTrueColorImage

boolean isTrueColorImage

isText

boolean isText

isH5

boolean isH5

maxLabels

javax.swing.JLabel[] maxLabels

selLabel

javax.swing.JLabel selLabel

startFields

javax.swing.JTextField[] startFields

endFields

javax.swing.JTextField[] endFields

strideFields

javax.swing.JTextField[] strideFields

fieldList

javax.swing.JList fieldList

toolkit

java.awt.Toolkit toolkit

navigator

ncsa.hdf.view.DataOptionDialog.PreviewNavigator navigator

numberOfPalettes

int numberOfPalettes

performJComboBoxEvent

boolean performJComboBoxEvent
JComboBox.setSelectedItem() or setSelectedIndex() always fires action event. If you call setSelectedItem() or setSelectedIndex() at itemStateChanged() or actionPerformed(), the setSelectedItem() or setSelectedIndex() will make loop calls of itemStateChanged() or actionPerformed(). This is not what we want. We want the setSelectedItem() or setSelectedIndex() behavior like java.awt.Choice. This flag is used to serve this purpose.

Class ncsa.hdf.view.DefaultImageView extends javax.swing.JInternalFrame implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
The main HDFView.


dataset

ScalarDS dataset
The Scalar Dataset.


imageComponent

ncsa.hdf.view.DefaultImageView.ImageComponent imageComponent
The JComponent containing the image.


image

java.awt.Image image
The image contained in the ImageView.


zoomFactor

float zoomFactor
The zooming factor of this image.


imageByteData

byte[] imageByteData
The byte data array of the image.


imagePalette

byte[][] imagePalette
The color table of the image.


frameTitle

java.lang.String frameTitle
The title of this imageview.


valueField

javax.swing.JTextField valueField
TextField to show the image value.


isTrueColor

boolean isTrueColor
Flag to indicate if the image is a true color image


is3D

boolean is3D
Flag to indicate if the image is a 3D


isPlaneInterlace

boolean isPlaneInterlace
Flag to indicate if the image is plane interleaved


isHorizontalFlipped

boolean isHorizontalFlipped

isVerticalFlipped

boolean isVerticalFlipped

rotateCount

int rotateCount

NT

char NT
the number type of the image data


data

java.lang.Object data
the raw data of the image


isUnsigned

boolean isUnsigned
flag to indicate if the original data type is unsigned integer


isUnsignedConverted

boolean isUnsignedConverted

toolkit

java.awt.Toolkit toolkit

dataRange

double[] dataRange

originalRange

double[] originalRange

paletteComponent

ncsa.hdf.view.DefaultImageView.PaletteComponent paletteComponent

animationSpeed

int animationSpeed

rotateRelatedItems

java.util.List<E> rotateRelatedItems

imageScroller

javax.swing.JScrollPane imageScroller

frameField

javax.swing.JTextField frameField

curFrame

long curFrame

maxFrame

long maxFrame

memoryImageSource

java.awt.image.MemoryImageSource memoryImageSource

autoContrastSlider

ncsa.hdf.view.DefaultImageView.AutoContrastSlider autoContrastSlider

generalContrastSlider

ncsa.hdf.view.DefaultImageView.GeneralContrastSlider generalContrastSlider

gainBias

double[] gainBias
gainBias[0] = gain, gainBias[1] = bias. gain equates to contrast and bias equates to brightness


minMaxGain

double[] minMaxGain

minMaxBias

double[] minMaxBias

autoGainData

java.lang.Object autoGainData
int array to hold unsigned short or signed int data from applying the autogain


bitmask

java.util.BitSet bitmask

convertByteData

boolean convertByteData

Class ncsa.hdf.view.DefaultMetaDataView extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
The main HDFView.


hObject

HObject hObject
The HDF data object


tabbedPane

javax.swing.JTabbedPane tabbedPane

attrContentArea

javax.swing.JTextArea attrContentArea

attrTable

javax.swing.JTable attrTable

attrTableModel

javax.swing.table.DefaultTableModel attrTableModel

attrNumberLabel

javax.swing.JLabel attrNumberLabel

numAttributes

int numAttributes

isH5

boolean isH5

isH4

boolean isH4

userBlock

byte[] userBlock

userBlockArea

javax.swing.JTextArea userBlockArea

jamButton

javax.swing.JButton jamButton

linkField

javax.swing.JTextField linkField

fileFormat

FileFormat fileFormat

LinkTObjName

java.lang.String LinkTObjName

libver

int[] libver

Class ncsa.hdf.view.DefaultPaletteView extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

lineColors

java.awt.Color[] lineColors

lineLabels

java.lang.String[] lineLabels

checkRed

javax.swing.JRadioButton checkRed

checkGreen

javax.swing.JRadioButton checkGreen

checkBlue

javax.swing.JRadioButton checkBlue

chartP

ncsa.hdf.view.DefaultPaletteView.ChartPanel chartP
Panel that draws plot of data values.


x0

int x0

y0

int y0

originalImage

java.awt.Image originalImage

currentImage

java.awt.Image currentImage

isPaletteChanged

boolean isPaletteChanged

palette

byte[][] palette

dataset

ScalarDS dataset

imageView

ImageView imageView

paletteData

int[][] paletteData

choicePalette

javax.swing.JComboBox choicePalette

paletteValueTable

ncsa.hdf.view.DefaultPaletteView.PaletteValueTable paletteValueTable

numberOfPalettes

int numberOfPalettes

Class ncsa.hdf.view.DefaultTableView extends javax.swing.JInternalFrame implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
The main HDFView.


NT

char NT
Numerical data type. B = byte array, S = short array, I = int array, J = long array, F = float array, and D = double array.


dataset

Dataset dataset
The Scalar Dataset.


dataValue

java.lang.Object dataValue
The value of the dataset.


table

javax.swing.JTable table
The table used to hold the table data.


cellLabel

javax.swing.JLabel cellLabel
Label to indicate the current cell location.


cellValueField

javax.swing.JTextArea cellValueField
Text field to display the value of of the current cell.


isValueChanged

boolean isValueChanged

toolkit

java.awt.Toolkit toolkit

isReadOnly

boolean isReadOnly

isDisplayTypeChar

boolean isDisplayTypeChar

isDataTransposed

boolean isDataTransposed

isRegRef

boolean isRegRef

isObjRef

boolean isObjRef

checkFixedDataLength

javax.swing.JCheckBoxMenuItem checkFixedDataLength

fixedDataLength

int fixedDataLength

checkScientificNotation

javax.swing.JCheckBoxMenuItem checkScientificNotation

checkHex

javax.swing.JCheckBoxMenuItem checkHex

checkBin

javax.swing.JCheckBoxMenuItem checkBin

scientificFormat

java.text.DecimalFormat scientificFormat

normalFormat

java.text.NumberFormat normalFormat

numberFormat

java.text.NumberFormat numberFormat

showAsHex

boolean showAsHex

showAsBin

boolean showAsBin

startEditing

boolean[] startEditing

popupMenu

javax.swing.JPopupMenu popupMenu

viewType

ncsa.hdf.view.DefaultTableView.ViewType viewType

frameField

javax.swing.JTextField frameField

curFrame

long curFrame

maxFrame

long maxFrame

fillValue

java.lang.Object fillValue

bitmask

java.util.BitSet bitmask

binaryOrder

int binaryOrder

Class ncsa.hdf.view.DefaultTextView extends javax.swing.JInternalFrame implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
The main HDFView.


dataset

ScalarDS dataset
The Scalar Dataset.


text

java.lang.String[] text
The string text.


table

javax.swing.JTable table
The table to display the text content


isReadOnly

boolean isReadOnly

isTextChanged

boolean isTextChanged

textEditor

ncsa.hdf.view.DefaultTextView.TextAreaEditor textEditor

rowHeaders

ncsa.hdf.view.DefaultTextView.RowHeader rowHeaders

Class ncsa.hdf.view.DefaultTreeView extends javax.swing.JPanel implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

ViewManager viewer
the owner of this treeview


root

javax.swing.tree.DefaultMutableTreeNode root
The super root of tree: all open files start at this root.


tree

javax.swing.JTree tree
The tree which holds file structures.


treeModel

javax.swing.tree.DefaultTreeModel treeModel
The tree model


fileList

java.util.List<E> fileList
A list open files.


toolkit

java.awt.Toolkit toolkit

selectedFile

FileFormat selectedFile
Selected file


selectedNode

javax.swing.tree.DefaultMutableTreeNode selectedNode
The current selected node.


selectedTreePath

javax.swing.tree.TreePath selectedTreePath
The current selected TreePath.


selectedObject

HObject selectedObject
the current selected object


isDefaultDisplay

boolean isDefaultDisplay
flag to indicate if the dataset is displayed as default


popupMenu

javax.swing.JPopupMenu popupMenu
The popup menu used to display user choice of actions on data object.


separator

javax.swing.JSeparator separator

editGUIs

java.util.List<E> editGUIs
a list of editing GUI components


objectsToCopy

java.util.List<E> objectsToCopy
the list of current selected objects


addTableMenuItem

javax.swing.JMenuItem addTableMenuItem

addDatasetMenuItem

javax.swing.JMenuItem addDatasetMenuItem

addDatatypeMenuItem

javax.swing.JMenuItem addDatatypeMenuItem

addLinkMenuItem

javax.swing.JMenuItem addLinkMenuItem

setLibVerBoundsItem

javax.swing.JMenuItem setLibVerBoundsItem

currentSearchPhrase

java.lang.String currentSearchPhrase

moveFlag

boolean moveFlag

currentSelectionsForMove

javax.swing.tree.TreePath[] currentSelectionsForMove

Class ncsa.hdf.view.FileConversionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

fileTypeFrom

java.lang.String fileTypeFrom

fileTypeTo

java.lang.String fileTypeTo

srcFileField

javax.swing.JTextField srcFileField

dstFileField

javax.swing.JTextField dstFileField

isConverted

boolean isConverted

isConvertedFromImage

boolean isConvertedFromImage

convertedFile

java.lang.String convertedFile

toFileExtension

java.lang.String toFileExtension

fileList

java.util.List<E> fileList

currentDir

java.lang.String currentDir

toolkit

java.awt.Toolkit toolkit

Class ncsa.hdf.view.HDFView extends javax.swing.JFrame implements Serializable

serialVersionUID: 240L

Serialized Fields

rootDir

java.lang.String rootDir
the directory where the HDFView is installed


currentDir

java.lang.String currentDir
the current working directory


currentFile

java.lang.String currentFile
the current working file


props

ViewProperties props
the view properties


treeView

TreeView treeView
GUI component: the TreeView


frameOffset

int frameOffset
The offset when a new dataview is added into the main window.


contentPane

javax.swing.JDesktopPane contentPane
GUI component: the panel which is used to display the data content


statusArea

javax.swing.JTextArea statusArea
GUI component: the text area for showing status message


attributeArea

javax.swing.JTextArea attributeArea
GUI component: the text area for quick attribute view


infoTabbedPane

javax.swing.JTabbedPane infoTabbedPane

menuBar

javax.swing.JMenuBar menuBar
the main menu bar


windowMenu

javax.swing.JMenu windowMenu
GUI component: a list of current data windwos


fileMenu

javax.swing.JMenu fileMenu
GUI component: file menu on the menubar


message

java.lang.StringBuffer message
the string buffer holding the status message


metadata

java.lang.StringBuffer metadata
the string buffer holding the meadata information


toolkit

java.awt.Toolkit toolkit

editGUIs

java.util.List<E> editGUIs
The list of GUI components related to editing


h5GUIs

java.util.List<E> h5GUIs
The list of GUI components related to HDF5


h4GUIs

java.util.List<E> h4GUIs
The list of GUI components related to HDF4


urlBar

javax.swing.JComboBox urlBar
to add and display url


userOptionDialog

UserOptionsDialog userOptionDialog

ctrSrbFileDialog

java.lang.reflect.Constructor<T> ctrSrbFileDialog

srbFileDialog

javax.swing.JDialog srbFileDialog

Class ncsa.hdf.view.MathConversionDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

aField

javax.swing.JTextField aField

bField

javax.swing.JTextField bField

infoArea

javax.swing.JTextArea infoArea

functionList

javax.swing.JList functionList

dataValue

java.lang.Object dataValue

NT

char NT

toolkit

java.awt.Toolkit toolkit

functionDescription

java.lang.String[] functionDescription

isConverted

boolean isConverted

Class ncsa.hdf.view.NewAttributeDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

hObject

HObject hObject
the object which the attribute to be attached to


newAttribute

Attribute newAttribute

nameField

javax.swing.JTextField nameField
TextField for entering the name of the dataset


typeChoice

javax.swing.JComboBox typeChoice
The Choice of the datatypes


valueField

javax.swing.JTextField valueField
TextField for entering the attribute value.


objChoice

javax.swing.JComboBox objChoice
The Choice of the boject list


fileFormat

FileFormat fileFormat

lengthField

javax.swing.JTextField lengthField
TextField for entering the length of the data array or string.


arrayLengthLabel

javax.swing.JLabel arrayLengthLabel

isAttributeCreated

boolean isAttributeCreated
flag to indicate if the dataset is created


objListScroller

javax.swing.JScrollPane objListScroller

isH5

boolean isH5

helpDialog

javax.swing.JDialog helpDialog

h4SdAttrRadioButton

javax.swing.JRadioButton h4SdAttrRadioButton

h4GrAttrRadioButton

javax.swing.JRadioButton h4GrAttrRadioButton

Class ncsa.hdf.view.NewDatasetDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

nameField

javax.swing.JTextField nameField

currentSizeField

javax.swing.JTextField currentSizeField

maxSizeField

javax.swing.JTextField maxSizeField

chunkSizeField

javax.swing.JTextField chunkSizeField

stringLengthField

javax.swing.JTextField stringLengthField

parentChoice

javax.swing.JComboBox parentChoice

classChoice

javax.swing.JComboBox classChoice

sizeChoice

javax.swing.JComboBox sizeChoice

endianChoice

javax.swing.JComboBox endianChoice

rankChoice

javax.swing.JComboBox rankChoice

compressionLevel

javax.swing.JComboBox compressionLevel

checkUnsigned

javax.swing.JCheckBox checkUnsigned

checkCompression

javax.swing.JCheckBox checkCompression

checkContinguous

javax.swing.JRadioButton checkContinguous

checkChunked

javax.swing.JRadioButton checkChunked

helpDialog

javax.swing.JDialog helpDialog

isH5

boolean isH5

groupList

java.util.List<E> groupList
a list of current groups


newObject

HObject newObject

fileFormat

FileFormat fileFormat

toolkit

java.awt.Toolkit toolkit

dataView

DataView dataView

Class ncsa.hdf.view.NewDatatypeDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

nameField

javax.swing.JTextField nameField

stringLengthField

javax.swing.JTextField stringLengthField

parentChoice

javax.swing.JComboBox parentChoice

classChoice

javax.swing.JComboBox classChoice

sizeChoice

javax.swing.JComboBox sizeChoice

endianChoice

javax.swing.JComboBox endianChoice

checkUnsigned

javax.swing.JCheckBox checkUnsigned

isH5

boolean isH5

groupList

java.util.List<E> groupList
a list of current groups


newObject

HObject newObject

fileFormat

FileFormat fileFormat

toolkit

java.awt.Toolkit toolkit

Class ncsa.hdf.view.NewFileDialog extends javax.swing.JFileChooser implements Serializable

serialVersionUID: 240L

Serialized Fields

fileType

java.lang.String fileType
flag if the new file is an HDF5


currentDir

java.lang.String currentDir
The current working directory


viewDir

java.lang.String viewDir
The view working directory


fileCreated

boolean fileCreated

fileList

java.util.List<E> fileList

toolkit

java.awt.Toolkit toolkit

viewer

javax.swing.JFrame viewer

isH5

boolean isH5

isH4

boolean isH4

Class ncsa.hdf.view.NewGroupDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

nameField

javax.swing.JTextField nameField

compactField

javax.swing.JTextField compactField

indexedField

javax.swing.JTextField indexedField

parentChoice

javax.swing.JComboBox parentChoice

useCreationOrder

javax.swing.JCheckBox useCreationOrder

setLinkStorage

javax.swing.JCheckBox setLinkStorage

orderFlags

javax.swing.JComboBox orderFlags

groupList

java.util.List<E> groupList
a list of current groups


newObject

HObject newObject

fileFormat

FileFormat fileFormat

toolkit

java.awt.Toolkit toolkit

creationOrder

int creationOrder

useCreationOrderJPanel

javax.swing.JPanel useCreationOrderJPanel

setLinkStorageJPanel

javax.swing.JPanel setLinkStorageJPanel

moreButton

javax.swing.JButton moreButton

labelPanel

javax.swing.JPanel labelPanel

textPanel

javax.swing.JPanel textPanel

contentPane

javax.swing.JPanel contentPane

creationOrderHelpButton

javax.swing.JButton creationOrderHelpButton

storageTypeHelpButton

javax.swing.JButton storageTypeHelpButton

isH5

boolean isH5

Class ncsa.hdf.view.NewImageDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

nameField

javax.swing.JTextField nameField

widthField

javax.swing.JTextField widthField

heightField

javax.swing.JTextField heightField

parentChoice

javax.swing.JComboBox parentChoice

checkIndex

javax.swing.JRadioButton checkIndex

checkTrueColor

javax.swing.JRadioButton checkTrueColor

checkInterlacePixel

javax.swing.JRadioButton checkInterlacePixel

checkInterlacePlane

javax.swing.JRadioButton checkInterlacePlane

groupList

java.util.List<E> groupList
a list of current groups


isH5

boolean isH5

newObject

HObject newObject

fileFormat

FileFormat fileFormat

toolkit

java.awt.Toolkit toolkit

Class ncsa.hdf.view.NewLinkDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

nameField

javax.swing.JTextField nameField

parentChoice

javax.swing.JComboBox parentChoice

targetObject

javax.swing.JComboBox targetObject

currentDir

java.lang.String currentDir

targetFile

javax.swing.JTextField targetFile

targetFileButton

javax.swing.JButton targetFileButton

hardLink

javax.swing.JRadioButton hardLink

softLink

javax.swing.JRadioButton softLink

externalLink

javax.swing.JRadioButton externalLink

checkUnsigned

javax.swing.JCheckBox checkUnsigned

groupList

java.util.List<E> groupList
a list of current groups


objList

java.util.List<E> objList
a list of current objects


newObject

HObject newObject

fileFormat

FileFormat fileFormat

toolkit

java.awt.Toolkit toolkit

viewer

ViewManager viewer

fileList

java.util.List<E> fileList

Class ncsa.hdf.view.NewTableDataDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

fileformat

FileFormat fileformat

parentChoice

javax.swing.JComboBox parentChoice

nFieldBox

javax.swing.JComboBox nFieldBox

templateChoice

javax.swing.JComboBox templateChoice

isH5

boolean isH5

groupList

java.util.Vector<E> groupList
a list of current groups


compoundDSList

java.util.Vector<E> compoundDSList
a list of current groups


newObject

HObject newObject

toolkit

java.awt.Toolkit toolkit

dataView

DataView dataView

numberOfMembers

int numberOfMembers

table

javax.swing.JTable table

tableModel

javax.swing.table.DefaultTableModel tableModel

rowEditorModel

ncsa.hdf.view.NewTableDataDialog.RowEditorModel rowEditorModel

cellEditor

javax.swing.DefaultCellEditor cellEditor

nameField

javax.swing.JTextField nameField

currentSizeField

javax.swing.JTextField currentSizeField

maxSizeField

javax.swing.JTextField maxSizeField

chunkSizeField

javax.swing.JTextField chunkSizeField

compressionLevel

javax.swing.JComboBox compressionLevel

rankChoice

javax.swing.JComboBox rankChoice

memberTypeChoice

javax.swing.JComboBox memberTypeChoice

checkCompression

javax.swing.JCheckBox checkCompression

checkContinguous

javax.swing.JRadioButton checkContinguous

checkChunked

javax.swing.JRadioButton checkChunked

Class ncsa.hdf.view.UserOptionsDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 240L

Serialized Fields

viewer

javax.swing.JFrame viewer
The main HDFView.


H4toH5Path

java.lang.String H4toH5Path

H4toH5Field

javax.swing.JTextField H4toH5Field

UGField

javax.swing.JTextField UGField

workField

javax.swing.JTextField workField

fileExtField

javax.swing.JTextField fileExtField

maxMemberField

javax.swing.JTextField maxMemberField

startMemberField

javax.swing.JTextField startMemberField

fontSizeChoice

javax.swing.JComboBox fontSizeChoice

fontTypeChoice

javax.swing.JComboBox fontTypeChoice

delimiterChoice

javax.swing.JComboBox delimiterChoice

choiceTreeView

javax.swing.JComboBox choiceTreeView

choiceMetaDataView

javax.swing.JComboBox choiceMetaDataView

choiceTextView

javax.swing.JComboBox choiceTextView

choiceTableView

javax.swing.JComboBox choiceTableView

choiceImageView

javax.swing.JComboBox choiceImageView

choicePaletteView

javax.swing.JComboBox choicePaletteView

rootDir

java.lang.String rootDir

workDir

java.lang.String workDir

checkCurrentUserDir

javax.swing.JCheckBox checkCurrentUserDir

checkAutoContrast

javax.swing.JCheckBox checkAutoContrast

checkConvertEnum

javax.swing.JCheckBox checkConvertEnum

currentDirButton

javax.swing.JButton currentDirButton

checkReadOnly

javax.swing.JRadioButton checkReadOnly

fontSize

int fontSize

isFontChanged

boolean isFontChanged

isUserGuideChanged

boolean isUserGuideChanged

isWorkDirChanged

boolean isWorkDirChanged

Class ncsa.hdf.view.ViewProperties extends java.util.Properties implements Serializable

serialVersionUID: 240L


Package org.dawb.common.python

Class org.dawb.common.python.EDJob extends java.lang.Object implements Serializable

serialVersionUID: -2109724544355850369L

Serialized Fields

edJobVarName

java.lang.String edJobVarName
EDNA Plugin name, required to be set for all EdnaPythonPlugin


outputVarName

java.lang.String outputVarName

dataOutput

java.lang.String dataOutput

commandName

java.lang.String commandName

xmlInputString

java.lang.String xmlInputString

pluginName

java.lang.String pluginName

execDir

java.lang.String execDir

Package org.dawb.common.ui.views.monitor

Class org.dawb.common.ui.views.monitor.HardwareObjectEvent extends java.util.EventObject implements Serializable

serialVersionUID: -8767864000873167034L


Package org.dawb.common.util.list

Class org.dawb.common.util.list.IdentityList extends java.util.ArrayList<E> implements Serializable

Class org.dawb.common.util.list.IntersectionException extends java.lang.Exception implements Serializable

Serialized Fields

firstName

java.lang.String firstName

secondName

java.lang.String secondName

Package org.dawb.passerelle.actors

Class org.dawb.passerelle.actors.PassDelay extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -6096875966009208199L

Serialized Fields

logger

org.slf4j.Logger logger

timeParameter

ptolemy.data.expr.Parameter timeParameter

Package org.dawb.passerelle.actors.data

Class org.dawb.passerelle.actors.data.AddDatasets extends AbstractDataMessageTransformer2Port implements Serializable

serialVersionUID: -3427246619822801545L

Class org.dawb.passerelle.actors.data.DataExportTransformer extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -8257060666137254610L

Serialized Fields

fileFormatParam

ptolemy.data.expr.Parameter fileFormatParam

fileWriteParam

ptolemy.data.expr.Parameter fileWriteParam

filePathParam

com.isencia.passerelle.util.ptolemy.ResourceParameter filePathParam

fileFormat

java.lang.String fileFormat

filePath

java.lang.String filePath

fileWriteType

java.lang.String fileWriteType

cachedFile

IHierarchicalDataFile cachedFile

fileWritingTo

org.eclipse.core.resources.IFile fileWritingTo

Class org.dawb.passerelle.actors.data.DataImportSource extends AbstractDataMessageSource implements Serializable

serialVersionUID: -851384753061854424L

Serialized Fields

folderParam

ptolemy.data.expr.Parameter folderParam

relativePathParam

ptolemy.data.expr.Parameter relativePathParam

isPathRelative

boolean isPathRelative

metaParam

ptolemy.data.expr.Parameter metaParam

isMetaRequired

boolean isMetaRequired

filterParam

com.isencia.passerelle.util.ptolemy.RegularExpressionParameter filterParam

fileFilter

java.lang.String fileFilter

path

com.isencia.passerelle.util.ptolemy.ResourceParameter path

names

com.isencia.passerelle.util.ptolemy.StringChoiceParameter names

rename

com.isencia.passerelle.util.ptolemy.StringMapParameter rename

triggerMsg

com.isencia.passerelle.message.ManagedMessage triggerMsg

fileIterator

java.util.Iterator<E> fileIterator

cachedDatasets

java.util.Collection<E> cachedDatasets

cachedShapes

java.util.Map<K,V> cachedShapes

Class org.dawb.passerelle.actors.data.DivideDatasets extends AbstractDataMessageTransformer2Port implements Serializable

serialVersionUID: -3427246619822801545L

Class org.dawb.passerelle.actors.data.FolderImportSource extends DataImportSource implements Serializable

Class org.dawb.passerelle.actors.data.MedianDatasets extends AbstractDataMessageTransformer2Port implements Serializable

serialVersionUID: -3427246619822801545L

Class org.dawb.passerelle.actors.data.MultiplyDatasets extends AbstractDataMessageTransformer2Port implements Serializable

serialVersionUID: -3427246619822801545L

Class org.dawb.passerelle.actors.data.Scalar extends com.isencia.passerelle.actor.Actor implements Serializable

serialVersionUID: 6530803848861756427L

Serialized Fields

output

com.isencia.passerelle.core.Port output
The output port used by a source to send messages with the data received from external data feeds.


valueParam

ptolemy.data.expr.Parameter valueParam
The value produced by this constant source. By default, it contains an StringToken with an empty string.


nameParam

ptolemy.data.expr.Parameter nameParam
The value produced by this constant source. By default, it contains an StringToken with an empty string.


strName

java.lang.String strName

strValue

java.lang.String strValue

message

com.isencia.passerelle.message.ManagedMessage message

rangeIterator

java.util.Iterator<E> rangeIterator

Class org.dawb.passerelle.actors.data.SubtractDatasets extends AbstractDataMessageTransformer2Port implements Serializable

serialVersionUID: -3427246619822801545L


Package org.dawb.passerelle.actors.edna

Class org.dawb.passerelle.actors.edna.AbstractEdnaPlugin extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: 1551436102354087550L

Serialized Fields

pluginParam

ptolemy.data.expr.StringParameter pluginParam

plugin

java.lang.String plugin

inputParam

com.isencia.passerelle.util.ptolemy.ResourceParameter inputParam

inputString

java.lang.String inputString

outputParam

com.isencia.passerelle.util.ptolemy.ResourceParameter outputParam

output

java.lang.String output

passInputsParameter

ptolemy.data.expr.Parameter passInputsParameter

isPassInputs

boolean isPassInputs

momlFile

org.eclipse.core.resources.IResource momlFile

Class org.dawb.passerelle.actors.edna.ControlCharAtNewOrientationv2_0 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -2653031224929933394L

Class org.dawb.passerelle.actors.edna.ControlCharForReorientationv2_0 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -6909806600920182932L

Class org.dawb.passerelle.actors.edna.ControlIndexingv10 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -8681186522590444596L

Class org.dawb.passerelle.actors.edna.ControlIntegrationv10 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -8749832798743297984L

Class org.dawb.passerelle.actors.edna.ControlStrategyv1_2 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: 7823020490489403315L

Class org.dawb.passerelle.actors.edna.ImageIndexingPlugin extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -8681186522590444596L

Class org.dawb.passerelle.actors.edna.PeakSearchv1_0 extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -2229884393788676874L

Class org.dawb.passerelle.actors.edna.ReadImageHeaderPlugin extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -5053674282429774593L

Class org.dawb.passerelle.actors.edna.ThumbnailImagePlugin extends AbstractEdnaPlugin implements Serializable

serialVersionUID: -5053674282429774593L


Package org.dawb.passerelle.actors.file

Class org.dawb.passerelle.actors.file.MonitorFolderSink extends AbstractDataMessageSink implements Serializable

serialVersionUID: -8241926002035209866L

Serialized Fields

dirNameParam

ptolemy.data.expr.Parameter dirNameParam

dirName

java.lang.String dirName

Class org.dawb.passerelle.actors.file.OpenFileSink extends AbstractDataMessageSink implements Serializable

serialVersionUID: -8241926002035209866L

Serialized Fields

fileNameParam

ptolemy.data.expr.Parameter fileNameParam

fileName

java.lang.String fileName

Package org.dawb.passerelle.actors.flow

Class org.dawb.passerelle.actors.flow.If extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: 626830385195273355L

Serialized Fields

expressions

org.dawb.passerelle.actors.flow.ExpressionParameter expressions

Package org.dawb.passerelle.actors.hardware

Class org.dawb.passerelle.actors.hardware.TangoCommandTransformer extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -5335673681296652024L

Serialized Fields

cmdParam

CommandParameter cmdParam

specFileParam

com.isencia.passerelle.util.ptolemy.ResourceParameter specFileParam

Class org.dawb.passerelle.actors.hardware.TangoMotorTransformer extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -5335673681296652024L

Serialized Fields

motorsParam

MotorParameter motorsParam

Package org.dawb.passerelle.actors.hardware.command

Class org.dawb.passerelle.actors.hardware.command.CommandParameter extends CellEditorParameter implements Serializable

serialVersionUID: 8999174318856900808L


Package org.dawb.passerelle.actors.hardware.motor

Class org.dawb.passerelle.actors.hardware.motor.MotorParameter extends CellEditorParameter implements Serializable

serialVersionUID: 8999174318856900808L


Package org.dawb.passerelle.actors.plot

Class org.dawb.passerelle.actors.plot.PlotSink extends AbstractDataMessageSink implements Serializable

serialVersionUID: -8241926002035209866L

Serialized Fields

update

boolean update

plotPartName

java.lang.String plotPartName

title

java.lang.String title

updateParam

ptolemy.data.expr.Parameter updateParam

plotName

ptolemy.data.expr.Parameter plotName

plotTitle

ptolemy.data.expr.Parameter plotTitle

Package org.dawb.passerelle.actors.process

Class org.dawb.passerelle.actors.process.ProcessTransformer extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -6156476506138933499L

Serialized Fields

cmdParam

ptolemy.data.expr.StringParameter cmdParam

waitParam

ptolemy.data.expr.Parameter waitParam

dirParam

ptolemy.data.expr.StringParameter dirParam

dateFormat

java.text.DateFormat dateFormat

Package org.dawb.passerelle.actors.scripts

Class org.dawb.passerelle.actors.scripts.PythonScript extends AbstractScriptTransformer implements Serializable

serialVersionUID: 5076235276519285512L

Serialized Fields

createNewParameter

ptolemy.data.expr.Parameter createNewParameter

isNewInterpreter

boolean isNewInterpreter

passInputsParameter

ptolemy.data.expr.Parameter passInputsParameter

isPassInputs

boolean isPassInputs

interpreterTypeParam

ptolemy.data.expr.StringParameter interpreterTypeParam

outputsParam

ptolemy.data.expr.StringParameter outputsParam

outputs

java.util.List<E> outputs

Class org.dawb.passerelle.actors.scripts.SpecMacro extends com.isencia.passerelle.actor.Transformer implements Serializable


Package org.dawb.passerelle.actors.ui

Class org.dawb.passerelle.actors.ui.MessageSink extends AbstractDataMessageSink implements Serializable

serialVersionUID: 7807261809740835047L

Serialized Fields

messageType

ptolemy.data.expr.Parameter messageType

messageParam

ptolemy.data.expr.Parameter messageParam

messageTitle

ptolemy.data.expr.Parameter messageTitle

Class org.dawb.passerelle.actors.ui.UserInputSource extends AbstractDataMessageSource implements Serializable

serialVersionUID: 1963665538170982944L

Serialized Fields

fieldParam

FieldParameter fieldParam

inputTypeParam

ptolemy.data.expr.StringParameter inputTypeParam

haveSendMessage

boolean haveSendMessage

triggerMsg

com.isencia.passerelle.message.ManagedMessage triggerMsg

Class org.dawb.passerelle.actors.ui.UserModifyTransformer extends AbstractDataMessageTransformer implements Serializable

serialVersionUID: -8123070610686014566L

Serialized Fields

fieldParam

FieldParameter fieldParam

inputTypeParam

ptolemy.data.expr.StringParameter inputTypeParam

Package org.dawb.passerelle.actors.ui.config

Class org.dawb.passerelle.actors.ui.config.FieldBean extends java.lang.Object implements Serializable

serialVersionUID: 7494988708038548535L

Serialized Fields

variableName

java.lang.String variableName
A class extending uk.ac.gda.richbeans.components.FieldComposite most likely


uiClass

java.lang.String uiClass

uiLabel

java.lang.String uiLabel

upperBound

java.lang.Number upperBound

lowerBound

java.lang.Number lowerBound

unit

java.lang.String unit

defaultValue

java.lang.Object defaultValue

textLimit

java.lang.Integer textLimit

isFolder

boolean isFolder

fileFilterLabel

java.lang.String fileFilterLabel

extensions

java.lang.String extensions

textChoices

java.util.List<E> textChoices

Class org.dawb.passerelle.actors.ui.config.FieldContainer extends java.lang.Object implements Serializable

serialVersionUID: 2809239217814025633L

Serialized Fields

fields

java.util.List<E> fields

customLabel

java.lang.String customLabel

Class org.dawb.passerelle.actors.ui.config.FieldParameter extends CellEditorParameter implements Serializable

serialVersionUID: 8999174318856900808L

Class org.dawb.passerelle.actors.ui.config.StringValueBean extends java.lang.Object implements Serializable

serialVersionUID: 5381376224255062676L

Serialized Fields

textValue

java.lang.String textValue

Package org.dawb.passerelle.common.actors

Class org.dawb.passerelle.common.actors.AbstractDataMessageSink extends AbstractPassModeSink implements Serializable

serialVersionUID: -8638005806521694925L

Serialized Fields

cache

java.util.List<E> cache

Class org.dawb.passerelle.common.actors.AbstractDataMessageSource extends com.isencia.passerelle.actor.TriggeredSource implements Serializable

serialVersionUID: -5224572869848106075L

Serialized Fields

cachedUpstreamVariables

java.util.ArrayList<E> cachedUpstreamVariables
Cached variables

Class org.dawb.passerelle.common.actors.AbstractDataMessageTransformer extends AbstractPassModeTransformer implements Serializable

serialVersionUID: 8697753304302318301L

Serialized Fields

cache

java.util.List<E> cache

alreadyFiredOneBlankMessage

boolean alreadyFiredOneBlankMessage

Class org.dawb.passerelle.common.actors.AbstractDataMessageTransformer2Port extends AbstractPassModeTransformer implements Serializable

serialVersionUID: 8697753304302318301L

Serialized Fields

port1Cache

java.util.List<E> port1Cache

port2Cache

java.util.List<E> port2Cache

inputPort2

com.isencia.passerelle.core.Port inputPort2

inputHandler2

com.isencia.passerelle.core.PortHandler inputHandler2

Class org.dawb.passerelle.common.actors.AbstractPassModeSink extends com.isencia.passerelle.actor.Sink implements Serializable

serialVersionUID: -1903160956377231213L

Serialized Fields

passModeParameter

com.isencia.passerelle.util.ptolemy.StringChoiceParameter passModeParameter

passMode

java.lang.String passMode

memoryManagementParam

com.isencia.passerelle.util.ptolemy.StringChoiceParameter memoryManagementParam

memoryMode

java.lang.String memoryMode

cachedUpstreamVariables

java.util.ArrayList<E> cachedUpstreamVariables
Cached variables

Class org.dawb.passerelle.common.actors.AbstractPassModeTransformer extends com.isencia.passerelle.actor.Transformer implements Serializable

serialVersionUID: -1903160956377231213L

Serialized Fields

passModeParameter

com.isencia.passerelle.util.ptolemy.StringChoiceParameter passModeParameter

passMode

java.lang.String passMode

memoryManagementParam

com.isencia.passerelle.util.ptolemy.StringChoiceParameter memoryManagementParam

memoryMode

java.lang.String memoryMode

dataSetNaming

com.isencia.passerelle.util.ptolemy.StringChoiceParameter dataSetNaming

namingMode

java.lang.String namingMode

cachedUpstreamVariables

java.util.ArrayList<E> cachedUpstreamVariables
Cached variables


finishedPort

com.isencia.passerelle.core.Port finishedPort

allScalar

java.util.Map<K,V> allScalar

Class org.dawb.passerelle.common.actors.AbstractScriptTransformer extends AbstractPassModeTransformer implements Serializable

serialVersionUID: 780021329637752897L

Serialized Fields

scriptFileParam

com.isencia.passerelle.util.ptolemy.ResourceParameter scriptFileParam

scriptFilePath

java.lang.String scriptFilePath

cache

java.util.List<E> cache

Package org.dawb.passerelle.common.message

Class org.dawb.passerelle.common.message.DataMessageException extends com.isencia.passerelle.actor.ProcessingException implements Serializable

serialVersionUID: 7005072679084823511L

Serialized Fields

dataMessageComponent

DataMessageComponent dataMessageComponent

Package org.dawb.passerelle.common.parameter

Class org.dawb.passerelle.common.parameter.CellEditorParameter extends ptolemy.data.expr.StringParameter implements Serializable

serialVersionUID: -5465322994181942257L


Package org.dawb.tango.extensions.editors

Class org.dawb.tango.extensions.editors.DatasetChangedEvent extends java.util.EventObject implements Serializable

serialVersionUID: 4514585546528830846L

Serialized Fields

selections

java.util.List<E> selections

Package org.dawb.tango.extensions.factory

Class org.dawb.tango.extensions.factory.TangoConnectionEvent extends java.util.EventObject implements Serializable

serialVersionUID: 4784933927171042199L

Serialized Fields

tangoEvent

java.lang.Object tangoEvent

command

java.lang.String command

finished

boolean finished

value

fr.esrf.TangoApi.DeviceAttribute value

errorMessage

java.lang.String errorMessage

Package org.dawb.workbench.ui.editors.internal

Class org.dawb.workbench.ui.editors.internal.DimsData extends java.lang.Object implements Serializable

Serialized Fields

sliceRange

java.lang.String sliceRange

dimension

int dimension

axis

int axis

slice

int slice

Class org.dawb.workbench.ui.editors.internal.DimsDataList extends java.lang.Object implements Serializable

Serialized Fields

dimsData

java.util.List<E> dimsData