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 MetaDataView
DataViewFactory. 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 MetaDataView
ImageViewFactory. 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 class
DefaultBaseMetaDataView
DefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.class
DefaultDatasetMetaDataView
class
DefaultDatatypeMetaDataView
class
DefaultGroupMetaDataView
class
DefaultLinkMetaDataView
Methods in hdf.view.MetaDataView that return MetaDataView Modifier and Type Method Description MetaDataView
DefaultMetaDataViewFactory. 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 MetaDataView
PaletteViewFactory. 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 MetaDataView
TableViewFactory. 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 MetaDataView
TreeViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
MetaDataView
DefaultTreeView. showMetaData(HObject dataObject)
Displays the meta data of a data object.MetaDataView
TreeView. showMetaData(HObject dataObject)
Displays the meta data of a data object.