Object
hdf.view.DataView.DataViewFactory
hdf.view.ImageView.ImageViewFactory
- Direct Known Subclasses:
DefaultImageViewFactory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
Methods inherited from class hdf.view.DataView.DataViewFactory
getImageView
-
Constructor Details
-
ImageViewFactory
public ImageViewFactory()
-
-
Method Details
-
getTableView
public final TableView getTableView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getTableView
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
-
getTreeView
public final TreeView getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
getTreeView
in classDataViewFactory
- Throws:
ClassNotFoundException
UnsupportedOperationException
-