Object
hdf.view.DataView.DataViewFactory
hdf.view.TreeView.TreeViewFactory
hdf.view.TreeView.DefaultTreeViewFactory
public class DefaultTreeViewFactory extends TreeViewFactory
A simple Factory class which returns concrete instances of the default
 TreeView.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
- 
Constructor SummaryConstructors Constructor Description DefaultTreeViewFactory()
- 
Method SummaryModifier and Type Method Description TreeViewgetTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Methods inherited from class hdf.view.TreeView.TreeViewFactorygetImageView, getMetaDataView, getPaletteView, getTableViewMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
DefaultTreeViewFactorypublic DefaultTreeViewFactory()
 
- 
- 
Method Details- 
getTreeViewpublic TreeView getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) throws ClassNotFoundException- Specified by:
- getTreeViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
 
 
-