Object
hdf.view.DataView.DataViewFactory
hdf.view.TableView.TableViewFactory
hdf.view.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.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetTableView(DataViewManager viewer, HashMap dataPropertiesMap)Methods inherited from class hdf.view.TableView.TableViewFactorygetImageView, getMetaDataView, getPaletteView, getTreeView
- 
Constructor Details- 
DefaultTableViewFactorypublic DefaultTableViewFactory()
 
- 
- 
Method Details- 
getTableViewpublic TableView getTableView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException- Specified by:
- getTableViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
 
 
-