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 Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetTableView(DataViewManager viewer, HashMap dataPropertiesMap) Get the TableView for the data object identified by the data properties mappingMethods inherited from class hdf.view.TableView.TableViewFactory
getImageView, getMetaDataView, getPaletteView, getTreeView 
- 
Constructor Details
- 
DefaultTableViewFactory
public DefaultTableViewFactory() 
 - 
 - 
Method Details
- 
getTableView
public TableView getTableView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException Get the TableView for the data object identified by the data properties mapping- Specified by:
 getTableViewin classDataViewFactory- Parameters:
 viewer- the data view managerdataPropertiesMap- the data properties map- Returns:
 - the TableView instance
 - Throws:
 ClassNotFoundException- if a failure occurred
 
 -