Object
hdf.view.DataView.DataViewFactory
hdf.view.MetaDataView.MetaDataViewFactory
hdf.view.MetaDataView.DefaultMetaDataViewFactory
public class DefaultMetaDataViewFactory extends MetaDataViewFactory
A simple Factory class which returns concrete instances of the default
 MetaDataView, based on whether the data object is a Group, Dataset, Datatype
 or other form of object.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
- 
Constructor SummaryConstructors Constructor Description DefaultMetaDataViewFactory()
- 
Method SummaryModifier and Type Method Description MetaDataViewgetMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)Methods inherited from class hdf.view.MetaDataView.MetaDataViewFactorygetImageView, getPaletteView, getTableView, getTreeViewMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DefaultMetaDataViewFactorypublic DefaultMetaDataViewFactory()
 
- 
- 
Method Details- 
getMetaDataViewpublic MetaDataView getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) throws ClassNotFoundException- Specified by:
- getMetaDataViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
 
 
-