Uses of Interface
hdf.view.DataView.DataViewManager
| Package | Description |
|---|---|
| hdf.view | |
| hdf.view.DataView | |
| hdf.view.ImageView | |
| hdf.view.MetaDataView | |
| hdf.view.PaletteView | |
| hdf.view.TableView | |
| hdf.view.TreeView |
-
Uses of DataViewManager in hdf.view
Classes in hdf.view that implement DataViewManager Modifier and Type Class Description classHDFViewHDFView is the main class of this HDF visual tool. -
Uses of DataViewManager in hdf.view.DataView
Methods in hdf.view.DataView with parameters of type DataViewManager Modifier and Type Method Description abstract ImageViewDataViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)abstract MetaDataViewDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)abstract PaletteViewDataViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)abstract TableViewDataViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)abstract TreeViewDataViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) -
Uses of DataViewManager in hdf.view.ImageView
Methods in hdf.view.ImageView with parameters of type DataViewManager Modifier and Type Method Description ImageViewDefaultImageViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewImageViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewImageViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewImageViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewImageViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.ImageView with parameters of type DataViewManager Constructor Description DefaultImageView(DataViewManager theView)Constructs an ImageView.DefaultImageView(DataViewManager theView, HashMap map)Constructs an ImageView. -
Uses of DataViewManager in hdf.view.MetaDataView
Fields in hdf.view.MetaDataView declared as DataViewManager Modifier and Type Field Description protected DataViewManagerDefaultBaseMetaDataView. viewManagerMethods in hdf.view.MetaDataView with parameters of type DataViewManager Modifier and Type Method Description ImageViewMetaDataViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewDefaultMetaDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewMetaDataViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewMetaDataViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewMetaDataViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.MetaDataView with parameters of type DataViewManager Constructor Description DefaultBaseMetaDataView(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
Methods in hdf.view.PaletteView with parameters of type DataViewManager Modifier and Type Method Description ImageViewPaletteViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewPaletteViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewDefaultPaletteViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewPaletteViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewPaletteViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.PaletteView with parameters of type DataViewManager Constructor Description DefaultPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager theViewer, ImageView theImageView) -
Uses of DataViewManager in hdf.view.TableView
Fields in hdf.view.TableView declared as DataViewManager Modifier and Type Field Description protected DataViewManagerDefaultBaseTableView. viewerMethods in hdf.view.TableView with parameters of type DataViewManager Modifier and Type Method Description ImageViewTableViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewTableViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewTableViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewDefaultTableViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewTableViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TableView with parameters of type DataViewManager Constructor Description DefaultBaseTableView(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)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
Methods in hdf.view.TreeView with parameters of type DataViewManager Modifier and Type Method Description ImageViewTreeViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewTreeViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewTreeViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewTreeViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewDefaultTreeViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TreeView with parameters of type DataViewManager Constructor Description DefaultTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager theView)