Module org.hdfgroup.hdfview
Package hdf.view.TableView
package hdf.view.TableView
-
ClassDescriptionA Factory class to return a concrete class implementing the IDisplayConverter interface in order to convert data values into human-readable forms in a NatTable.the HDF extension for data convertersA class containing utility functions for the various DataXXXFactory classes, such as DataProviderFactory, DataDisplayConverterFactory and DataValidatorFactory.A Factory class to return a concrete class implementing the IDataProvider interface in order to provide data for a NatTable.The base DataProvider which pulls data from a given Array object using direct indices.A Factory class to return a DataValidator class for a NatTable instance based upon the Datatype that it is supplied.The HDF extension of the data valicdationDefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.the valid types of tableviewsA class to construct a CompoundDS TableView.A class to construct a ScalarDS TableView.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.The table view interface for displaying data in table formThis 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.