Object
hdf.view.DataView.DataViewFactory
hdf.view.TableView.TableViewFactory
hdf.view.TableView.DefaultTableViewFactory
public class DefaultTableViewFactory extends TableViewFactory
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 Constructor Description DefaultTableViewFactory()
- 
Method SummaryModifier and Type Method Description TableViewgetTableView(DataViewManager viewer, HashMap dataPropertiesMap)Methods inherited from class hdf.view.TableView.TableViewFactorygetImageView, getMetaDataView, getPaletteView, getTreeViewMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DefaultTableViewFactorypublic DefaultTableViewFactory()
 
- 
- 
Method Details- 
getTableViewpublic TableView getTableView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException- Specified by:
- getTableViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
 
 
-