Module org.hdfgroup.hdfview
Package hdf.view.TableView
-
Interface Summary Interface Description TableView The table view interface for displaying data in table form -
Class Summary Class Description DataDisplayConverterFactory A Factory class to return a concrete class implementing the IDisplayConverter interface in order to convert data values into human-readable forms in a NatTable.DataDisplayConverterFactory.HDFDisplayConverter the HDF extension for data convertersDataFactoryUtils A class containing utility functions for the various DataXXXFactory classes, such as DataProviderFactory, DataDisplayConverterFactory and DataValidatorFactory.DataProviderFactory A Factory class to return a concrete class implementing the IDataProvider interface in order to provide data for a NatTable.DataProviderFactory.HDFDataProvider The base DataProvider which pulls data from a given Array object using direct indices.DataValidatorFactory A Factory class to return a DataValidator class for a NatTable instance based upon the Datatype that it is supplied.DataValidatorFactory.HDFDataValidator The HDF extension of the data valicdationDefaultBaseTableView DefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.DefaultCompoundDSTableView A class to construct a CompoundDS TableView.DefaultScalarDSTableView A class to construct a ScalarDS TableView.DefaultTableViewFactory A simple Factory class which returns concrete instances of the default TableView, based on whether the data object to be viewed is a scalar or compound dataset or is an attribute.TableViewFactory This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a TableViewFactory and can thus be used appropriately where a TableView is needed. -
Enum Summary Enum Description DefaultBaseTableView.ViewType the valid types of tableviews