Package ncsa.hdf.view

Interface Summary
DataView The data view interface for displaying data object
HelpView The helpview interface for displaying user help information
ImageView The image view interface for displaying image object
MetaDataView The metadata view interface for displaying metadata information
PaletteView The palette view interface for displaying image palette
TableView The table view interface for displaying data in table form
TextView The text view interface for displaying text data
TreeView TreeView defines APIs for open a file and display the file structure in tree structure.
ViewManager Defines a list of APIs for the main HDFView winodows
 

Class Summary
Chart ChartView displays histogram/line chart of selected row/column of table data or image.
DataOptionDialog DataOptionDialog is an dialog window used to select display options.
DefaultFileFilter A convenience implementation of FileFilter that filters out all files except for those type extensions that it knows about.
DefaultImageView ImageView displays an HDF dataset as an image.
DefaultMetaDataView DefaultMetadataView is an dialog window used to show data properties.
DefaultPaletteView To view and change palette.
DefaultTableView TableView displays an HDF dataset as a two-dimensional table.
DefaultTextView TextView displays an HDF string dataset in text.
DefaultTreeView TreeView defines APIs for open a file and display the file structure in tree structure.
FileConversionDialog FileConversionDialog shows a message dialog requesting user input for converting files.
HDFView HDFView is the main class of this HDF visual tool.
MathConversionDialog MathConversionDialog shows a message dialog requesting user input for math conversion.
NewAttributeDialog NewAttributeDialog displays components for adding new attribute.
NewDatasetDialog NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewDatatypeDialog NewDatasetDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
NewFileDialog NewFileDialog shows a message dialog requesting user input for creating a new HDF4/5 file.
NewGroupDialog NewGroupDialog shows a message dialog requesting user input for creating a new HDF4/5 group.
NewImageDialog NewImageDialog shows a message dialog requesting user input for creating a new HDF4/5 Image.
NewLinkDialog NewLinkDialog shows a message dialog requesting user input for creating a new links.
NewTableDataDialog NewTableDataDialog shows a message dialog requesting user input for creating a new HDF4/5 dataset.
Tools The "Tools" class contains various of tools for HDF files such as jpeg to HDF converter.
UserOptionsDialog UserOptionsDialog displays components for choosing user options.
ViewProperties The ViewProperties holds all the HDFView static information.
 

Enum Summary
ViewProperties.DATA_VIEW_KEY Property keys how how the data is displayed.