Uses of Interface
hdf.view.DataView.DataView
Packages that use DataView
Package
Description
-
Uses of DataView in hdf.view
Modifier and TypeMethodDescriptionvoid
HDFView.addDataView
(DataView dataView) void
HDFView.removeDataView
(DataView dataView) -
Uses of DataView in hdf.view.DataView
Methods in hdf.view.DataView that return DataViewModifier and TypeMethodDescriptionDataViewManager.getDataView
(HObject dataObject) Returns DataView that contains the specified data object.Methods in hdf.view.DataView with parameters of type DataViewModifier and TypeMethodDescriptionvoid
DataViewManager.addDataView
(DataView dataView) Data content is displayed, add the dataview to the main windowsvoid
DataViewManager.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 DataViewModifierConstructorDescriptionNewDatasetDialog
(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.ImageViewModifier and TypeInterfaceDescriptioninterface
The image view interface for displaying image objectClasses in hdf.view.ImageView that implement DataViewModifier and TypeClassDescriptionclass
ImageView displays an HDF dataset as an image. -
Uses of DataView in hdf.view.MetaDataView
Subinterfaces of DataView in hdf.view.MetaDataViewModifier and TypeInterfaceDescriptioninterface
The metadata view interface for displaying metadata informationClasses in hdf.view.MetaDataView that implement DataViewModifier and TypeClassDescriptionclass
DefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.class
The metadata view interface for displaying dataset metadata informationclass
The metadata view interface for displaying datatype metadata informationclass
The metadata view interface for displaying group metadata informationclass
The metadata view interface for displaying link metadata information -
Uses of DataView in hdf.view.PaletteView
Subinterfaces of DataView in hdf.view.PaletteViewModifier and TypeInterfaceDescriptioninterface
The palette view interface for displaying image paletteClasses in hdf.view.PaletteView that implement DataViewModifier and TypeClassDescriptionclass
Displays a dialog for viewing and change palettes. -
Uses of DataView in hdf.view.TableView
Subinterfaces of DataView in hdf.view.TableViewModifier and TypeInterfaceDescriptioninterface
The table view interface for displaying data in table formClasses in hdf.view.TableView that implement DataViewModifier and TypeClassDescriptionclass
DefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.class
A class to construct a CompoundDS TableView.class
A class to construct a ScalarDS TableView. -
Uses of DataView in hdf.view.TreeView
Methods in hdf.view.TreeView that return DataViewModifier and TypeMethodDescriptionDefaultTreeView.showDataContent
(HObject dataObject) Display the content of a data object.TreeView.showDataContent
(HObject dataObject) Display the content of a data object.