Uses of Interface
hdf.view.MetaDataView.MetaDataView
| Package | Description |
|---|---|
| hdf.view.DataView | |
| hdf.view.ImageView | |
| hdf.view.MetaDataView | |
| hdf.view.PaletteView | |
| hdf.view.TableView | |
| hdf.view.TreeView |
-
Uses of MetaDataView in hdf.view.DataView
Methods in hdf.view.DataView that return MetaDataView Modifier and Type Method Description abstract MetaDataViewDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of MetaDataView in hdf.view.ImageView
Methods in hdf.view.ImageView that return MetaDataView Modifier and Type Method Description MetaDataViewImageViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of MetaDataView in hdf.view.MetaDataView
Classes in hdf.view.MetaDataView that implement MetaDataView Modifier and Type Class Description classDefaultBaseMetaDataViewDefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.classDefaultDatasetMetaDataViewclassDefaultDatatypeMetaDataViewclassDefaultGroupMetaDataViewclassDefaultLinkMetaDataViewMethods in hdf.view.MetaDataView that return MetaDataView Modifier and Type Method Description MetaDataViewDefaultMetaDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of MetaDataView in hdf.view.PaletteView
Methods in hdf.view.PaletteView that return MetaDataView Modifier and Type Method Description MetaDataViewPaletteViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of MetaDataView in hdf.view.TableView
Methods in hdf.view.TableView that return MetaDataView Modifier and Type Method Description MetaDataViewTableViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) -
Uses of MetaDataView in hdf.view.TreeView
Methods in hdf.view.TreeView that return MetaDataView Modifier and Type Method Description MetaDataViewTreeViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)MetaDataViewDefaultTreeView. showMetaData(HObject dataObject)Displays the meta data of a data object.MetaDataViewTreeView. showMetaData(HObject dataObject)Displays the meta data of a data object.