Object
hdf.view.TableView.DataProviderFactory
A Factory class to return a concrete class implementing the IDataProvider
 interface in order to provide data for a NatTable.
- Version:
- 1.0 2/9/2019
- Author:
- Jordan T. Henderson
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed)
- 
Constructor Details- 
DataProviderFactorypublic DataProviderFactory()
 
- 
- 
Method Details- 
getDataProviderpublic static DataProviderFactory.HDFDataProvider getDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed) throws Exception- Throws:
- Exception
 
 
-