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 DataView
HDFView. getDataView(HObject dataObject)
Methods in hdf.view with parameters of type DataView Modifier and Type Method Description void
HDFView. addDataView(DataView dataView)
void
HDFView. removeDataView(DataView dataView)
-
Uses of DataView in hdf.view.DataView
Methods in hdf.view.DataView that return DataView Modifier and Type Method Description DataView
DataViewManager. 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 void
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 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 interface
ImageView
The image view interface for displaying image objectClasses in hdf.view.ImageView that implement DataView Modifier and Type Class Description class
DefaultImageView
ImageView 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 interface
MetaDataView
The metadata view interface for displaying metadata informationClasses in hdf.view.MetaDataView that implement DataView 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
-
Uses of DataView in hdf.view.PaletteView
Subinterfaces of DataView in hdf.view.PaletteView Modifier and Type Interface Description interface
PaletteView
The palette view interface for displaying image paletteClasses in hdf.view.PaletteView that implement DataView Modifier and Type Class Description class
DefaultPaletteView
Displays 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 interface
TableView
The table view interface for displaying data in table formClasses in hdf.view.TableView that implement DataView Modifier and Type Class Description class
DefaultBaseTableView
DefaultBaseTableView serves as the base class for a DataView that displays HDF data in a tabular format.class
DefaultCompoundDSTableView
class
DefaultScalarAttributeTableView
class
DefaultScalarDSTableView
-
Uses of DataView in hdf.view.TreeView
Methods in hdf.view.TreeView that return DataView Modifier and Type Method Description DataView
DefaultTreeView. showDataContent(HObject dataObject)
Display the content of a data object.DataView
TreeView. showDataContent(HObject dataObject)
Display the content of a data object.