Object
hdf.view.DataView.DataViewFactory
hdf.view.TreeView.TreeViewFactory
hdf.view.TreeView.DefaultTreeViewFactory
A simple Factory class which returns concrete instances of the default
TreeView.
- Version:
- 1.0 4/18/2018
- Author:
- jhenderson
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
Methods inherited from class hdf.view.TreeView.TreeViewFactory
getImageView, getMetaDataView, getPaletteView, getTableView
-
Constructor Details
-
DefaultTreeViewFactory
public DefaultTreeViewFactory()
-
-
Method Details
-
getTreeView
public TreeView getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) throws ClassNotFoundException- Specified by:
getTreeView
in classDataViewFactory
- Throws:
ClassNotFoundException
-