Uses of Interface
hdf.view.TableView.TableView
Package
Description
-
Uses of TableView in hdf.view.DataView
Modifier and TypeMethodDescriptionabstract TableView
DataViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) Get an instance of TableView given the appropriate constructor parameters -
Uses of TableView in hdf.view.ImageView
Modifier and TypeMethodDescriptionfinal TableView
ImageViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) -
Uses of TableView in hdf.view.MetaDataView
Modifier and TypeMethodDescriptionfinal TableView
MetaDataViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) -
Uses of TableView in hdf.view.PaletteView
Modifier and TypeMethodDescriptionfinal TableView
PaletteViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) -
Uses of TableView in hdf.view.TableView
Modifier and TypeClassDescriptionclass
DefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.class
A class to construct a CompoundDS TableView.class
A class to construct a ScalarDS TableView.Modifier and TypeMethodDescriptionDefaultTableViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) Get the TableView for the data object identified by the data properties mapping -
Uses of TableView in hdf.view.TreeView
Modifier and TypeMethodDescriptionfinal TableView
TreeViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap)