Uses of Interface
hdf.view.DataView.DataView
Packages that use DataView
Package
Description
-
Uses of DataView in hdf.view
Modifier and TypeMethodDescriptionvoidHDFView.addDataView(DataView dataView)voidHDFView.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 TypeMethodDescriptionvoidDataViewManager.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 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 TypeInterfaceDescriptioninterfaceThe image view interface for displaying image objectClasses in hdf.view.ImageView that implement DataViewModifier and TypeClassDescriptionclassImageView displays an HDF dataset as an image. -
Uses of DataView in hdf.view.MetaDataView
Subinterfaces of DataView in hdf.view.MetaDataViewModifier and TypeInterfaceDescriptioninterfaceThe metadata view interface for displaying metadata informationClasses in hdf.view.MetaDataView that implement DataViewModifier and TypeClassDescriptionclassDefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.classclassclassclass -
Uses of DataView in hdf.view.PaletteView
Subinterfaces of DataView in hdf.view.PaletteViewModifier and TypeInterfaceDescriptioninterfaceThe palette view interface for displaying image paletteClasses in hdf.view.PaletteView that implement DataViewModifier and TypeClassDescriptionclassDisplays a dialog for viewing and change palettes. -
Uses of DataView in hdf.view.TableView
Subinterfaces of DataView in hdf.view.TableViewModifier and TypeInterfaceDescriptioninterfaceThe table view interface for displaying data in table formClasses in hdf.view.TableView that implement DataViewModifier and TypeClassDescriptionclassDefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.classclassclass -
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.