Object
hdf.view.DataView.DataViewFactory
hdf.view.TreeView.TreeViewFactory
- Direct Known Subclasses:
DefaultTreeViewFactory
public abstract class TreeViewFactory extends DataViewFactory
-
Constructor Summary
Constructors Constructor Description TreeViewFactory()
-
Method Summary
Modifier and Type Method Description ImageView
getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
Methods inherited from class hdf.view.DataView.DataViewFactory
getTreeView
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TreeViewFactory
public TreeViewFactory()
-
-
Method Details
-
getTableView
public final TableView getTableView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getTableView
in classDataViewFactory
- Throws:
ClassNotFoundException
UnsupportedOperationException
-
getImageView
public final ImageView getImageView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getImageView
in classDataViewFactory
- Throws:
ClassNotFoundException
UnsupportedOperationException
-
getPaletteView
public final PaletteView getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getPaletteView
in classDataViewFactory
- Throws:
ClassNotFoundException
UnsupportedOperationException
-
getMetaDataView
public final MetaDataView getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getMetaDataView
in classDataViewFactory
- Throws:
ClassNotFoundException
UnsupportedOperationException
-