Object
hdf.view.DataView.DataViewFactory
hdf.view.PaletteView.PaletteViewFactory
- Direct Known Subclasses:
DefaultPaletteViewFactory
public abstract class PaletteViewFactory extends DataViewFactory
-
Constructor Summary
Constructors Constructor Description PaletteViewFactory()
-
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)
TableView
getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
Methods inherited from class hdf.view.DataView.DataViewFactory
getPaletteView
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PaletteViewFactory
public PaletteViewFactory()
-
-
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
-
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
-