Object
hdf.view.TableView.DataProviderFactory
public class DataProviderFactory extends Object
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 Modifier and Type Class Description static classDataProviderFactory.HDFDataProvider
- 
Constructor SummaryConstructors Constructor Description DataProviderFactory()
- 
Method SummaryModifier and Type Method Description static DataProviderFactory.HDFDataProvidergetDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DataProviderFactorypublic DataProviderFactory()
 
- 
- 
Method Details- 
getDataProviderpublic static DataProviderFactory.HDFDataProvider getDataProvider(DataFormat dataObject, Object dataBuf, boolean dataTransposed) throws Exception- Throws:
- Exception
 
 
-