Object
hdf.view.DataView.DataViewFactory
hdf.view.TableView.TableViewFactory
- Direct Known Subclasses:
- DefaultTableViewFactory
public abstract class TableViewFactory extends DataViewFactory
- 
Constructor SummaryConstructors Constructor Description TableViewFactory()
- 
Method SummaryModifier and Type Method Description ImageViewgetImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewgetMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewgetPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TreeViewgetTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Methods inherited from class hdf.view.DataView.DataViewFactorygetTableViewMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
- 
Constructor Details- 
TableViewFactorypublic TableViewFactory()
 
- 
- 
Method Details- 
getImageViewpublic final ImageView getImageView(DataViewManager viewer, HashMap dataPropertiesMap) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
- getImageViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
- UnsupportedOperationException
 
- 
getPaletteViewpublic final PaletteView getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
- getPaletteViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
- UnsupportedOperationException
 
- 
getMetaDataViewpublic final MetaDataView getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
- getMetaDataViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
- UnsupportedOperationException
 
- 
getTreeViewpublic final TreeView getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) throws ClassNotFoundException, UnsupportedOperationException- Specified by:
- getTreeViewin class- DataViewFactory
- Throws:
- ClassNotFoundException
- UnsupportedOperationException
 
 
-