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