Uses of Interface
hdf.view.DataView.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
Modifier and TypeMethodDescriptionDataViewManager.getDataView
(HObject dataObject) Returns DataView that contains the specified data object.Modifier 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
ModifierConstructorDescriptionNewDatasetDialog
(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
Modifier and TypeInterfaceDescriptioninterface
The image view interface for displaying image objectModifier and TypeClassDescriptionclass
ImageView displays an HDF dataset as an image. -
Uses of DataView in hdf.view.MetaDataView
Modifier and TypeInterfaceDescriptioninterface
The metadata view interface for displaying metadata informationModifier 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
Modifier and TypeInterfaceDescriptioninterface
The palette view interface for displaying image paletteModifier and TypeClassDescriptionclass
Displays a dialog for viewing and change palettes. -
Uses of DataView in hdf.view.TableView
Modifier and TypeInterfaceDescriptioninterface
The table view interface for displaying data in table formModifier 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
Modifier and TypeMethodDescriptionDefaultTreeView.showDataContent
(HObject dataObject) Display the content of a data object.TreeView.showDataContent
(HObject dataObject) Display the content of a data object.