Object
hdf.view.TableView.DataFactoryUtils
public class DataFactoryUtils extends Object
A class containing utility functions for the various DataXXXFactory classes,
 such as DataProviderFactory, DataDisplayConverterFactory and
 DataValidatorFactory.
- Version:
- 1.0 2/21/2019
- Author:
- Jordan T. Henderson
- 
Field SummaryFields Modifier and Type Field Description static intCMPD_START_IDX_MAP_INDEXstatic intCOL_TO_BASE_CLASS_MAP_INDEXstatic StringerrStrstatic StringnullStr
- 
Constructor SummaryConstructors Constructor Description DataFactoryUtils()
- 
Method SummaryModifier and Type Method Description static HashMap<Integer,Integer>[]buildIndexMaps(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes)static List<Datatype>filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType)Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Field Details- 
errStr- See Also:
- Constant Field Values
 
- 
nullStr- See Also:
- Constant Field Values
 
- 
COL_TO_BASE_CLASS_MAP_INDEX- See Also:
- Constant Field Values
 
- 
CMPD_START_IDX_MAP_INDEX- See Also:
- Constant Field Values
 
 
- 
- 
Constructor Details- 
DataFactoryUtilspublic DataFactoryUtils()
 
- 
- 
Method Details- 
filterNonSelectedMemberspublic static List<Datatype> filterNonSelectedMembers(CompoundDataFormat dataFormat, Datatype compoundType)
- 
buildIndexMapspublic static HashMap<Integer,Integer>[] buildIndexMaps(CompoundDataFormat dataFormat, List<Datatype> localSelectedTypes) throws Exception- Throws:
- Exception
 
 
-