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