Uses of Interface
hdf.view.DataView.DataView
| Package | Description |
|---|---|
| hdf.view | |
| hdf.view.DataView | |
| hdf.view.dialog | |
| hdf.view.ImageView | |
| hdf.view.MetaDataView | |
| hdf.view.PaletteView | |
| hdf.view.TableView | |
| hdf.view.TreeView |
-
Uses of DataView in hdf.view
Methods in hdf.view that return DataView Modifier and Type Method Description DataViewHDFView. getDataView(HObject dataObject)Methods in hdf.view with parameters of type DataView Modifier and Type Method Description voidHDFView. addDataView(DataView dataView)voidHDFView. removeDataView(DataView dataView) -
Uses of DataView in hdf.view.DataView
Methods in hdf.view.DataView that return DataView Modifier and Type Method Description DataViewDataViewManager. getDataView(HObject dataObject)Returns DataView that contains the specified data object.Methods in hdf.view.DataView with parameters of type DataView Modifier and Type Method Description voidDataViewManager. addDataView(DataView dataView)Data content is displayed, add the dataview to the main windowsvoidDataViewManager. removeDataView(DataView dataView)Data content is closed, remove the dataview from the main window -
Uses of DataView in hdf.view.dialog
Constructors in hdf.view.dialog with parameters of type DataView Constructor Description NewDatasetDialog(org.eclipse.swt.widgets.Shell parent, Group pGroup, List<?> objs, DataView observer)Constructs a NewDatasetDialog with specified list of possible parent groups. -
Uses of DataView in hdf.view.ImageView
Subinterfaces of DataView in hdf.view.ImageView Modifier and Type Interface Description interfaceImageViewThe image view interface for displaying image objectClasses in hdf.view.ImageView that implement DataView Modifier and Type Class Description classDefaultImageViewImageView displays an HDF dataset as an image. -
Uses of DataView in hdf.view.MetaDataView
Subinterfaces of DataView in hdf.view.MetaDataView Modifier and Type Interface Description interfaceMetaDataViewThe metadata view interface for displaying metadata informationClasses in hdf.view.MetaDataView that implement DataView Modifier and Type Class Description classDefaultBaseMetaDataViewDefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.classDefaultDatasetMetaDataViewclassDefaultDatatypeMetaDataViewclassDefaultGroupMetaDataViewclassDefaultLinkMetaDataView -
Uses of DataView in hdf.view.PaletteView
Subinterfaces of DataView in hdf.view.PaletteView Modifier and Type Interface Description interfacePaletteViewThe palette view interface for displaying image paletteClasses in hdf.view.PaletteView that implement DataView Modifier and Type Class Description classDefaultPaletteViewDisplays a dialog for viewing and change palettes. -
Uses of DataView in hdf.view.TableView
Subinterfaces of DataView in hdf.view.TableView Modifier and Type Interface Description interfaceTableViewThe table view interface for displaying data in table formClasses in hdf.view.TableView that implement DataView Modifier and Type Class Description classDefaultBaseTableViewDefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.classDefaultCompoundDSTableViewclassDefaultScalarAttributeTableViewclassDefaultScalarDSTableView -
Uses of DataView in hdf.view.TreeView
Methods in hdf.view.TreeView that return DataView Modifier and Type Method Description DataViewDefaultTreeView. showDataContent(HObject dataObject)Display the content of a data object.DataViewTreeView. showDataContent(HObject dataObject)Display the content of a data object.