Uses of Interface
hdf.view.DataView.DataViewManager
Package
Description
-
Uses of DataViewManager in hdf.view
Modifier and TypeClassDescriptionclass
HDFView is the main class of this HDF visual tool. -
Uses of DataViewManager in hdf.view.DataView
Modifier and TypeMethodDescriptionabstract ImageView
DataViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
abstract MetaDataView
DataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
abstract PaletteView
DataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
abstract TableView
DataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
abstract TreeView
DataViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
-
Uses of DataViewManager in hdf.view.ImageView
Modifier and TypeMethodDescriptionDefaultImageViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
ImageViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
ImageViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
ImageViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
ImageViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
ModifierConstructorDescriptionDefaultImageView(DataViewManager theView)
Constructs an ImageView.DefaultImageView(DataViewManager theView, HashMap map)
Constructs an ImageView. -
Uses of DataViewManager in hdf.view.MetaDataView
Modifier and TypeMethodDescriptionMetaDataViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
DefaultMetaDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
MetaDataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
MetaDataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
ModifierConstructorDescriptionDefaultBaseMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultDatasetMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultDatatypeMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultGroupMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)
-
Uses of DataViewManager in hdf.view.PaletteView
Modifier and TypeMethodDescriptionPaletteViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
PaletteViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
DefaultPaletteViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
PaletteViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
PaletteViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
ModifierConstructorDescriptionDefaultPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager theViewer, ImageView theImageView)
-
Uses of DataViewManager in hdf.view.TableView
Modifier and TypeMethodDescriptionTableViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
TableViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
TableViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
DefaultTableViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TableViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
ModifierConstructorDescriptionDefaultBaseTableView(DataViewManager theView)
Constructs a base TableView with no additional data properties.DefaultBaseTableView(DataViewManager theView, HashMap dataPropertiesMap)
Constructs a base TableView with the specified data properties.DefaultCompoundDSTableView(DataViewManager theView)
Constructs a CompoundDS TableView with no additional data properties.DefaultCompoundDSTableView(DataViewManager theView, HashMap dataPropertiesMap)
Constructs a CompoundDS TableView with the specified data properties.DefaultScalarAttributeTableView(DataViewManager theView, HashMap dataPropertiesMap)
DefaultScalarDSTableView(DataViewManager theView)
Constructs a ScalarDS TableView with no additional data properties.DefaultScalarDSTableView(DataViewManager theView, HashMap dataPropertiesMap)
Constructs a ScalarDS TableView with the specified data properties. -
Uses of DataViewManager in hdf.view.TreeView
Modifier and TypeMethodDescriptionTreeViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
TreeViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TreeViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
DefaultTreeViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)
ModifierConstructorDescriptionDefaultTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager theView)