Uses of Interface
hdf.view.DataView.DataViewManager
Package
Description
-
Uses of DataViewManager in hdf.view
Modifier and TypeClassDescriptionclass
HDFView is the main class of this HDF visual tool. -
Uses of DataViewManager in hdf.view.DataView
Modifier and TypeMethodDescriptionabstract ImageView
DataViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) Get an instance of ImageView given the appropriate constructor parametersabstract MetaDataView
DataViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer, HObject theObj) Get an instance of MetaDataView given the appropriate constructor parametersabstract PaletteView
DataViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) Get an instance of PaletteView given the appropriate constructor parametersabstract TableView
DataViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) Get an instance of TableView given the appropriate constructor parametersabstract TreeView
DataViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) Get an instance of TreeView given the appropriate constructor parameters -
Uses of DataViewManager in hdf.view.ImageView
Modifier and TypeMethodDescriptionDefaultImageViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataView
ImageViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteView
ImageViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableView
ImageViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) final TreeView
ImageViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) ModifierConstructorDescriptionDefaultImageView
(DataViewManager theView) Constructs an ImageView.DefaultImageView
(DataViewManager theView, HashMap map) Constructs an ImageView. -
Uses of DataViewManager in hdf.view.MetaDataView
Modifier and TypeFieldDescriptionprotected final DataViewManager
DefaultBaseMetaDataView.viewManager
The view manger referenceModifier and TypeMethodDescriptionfinal ImageView
MetaDataViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) DefaultMetaDataViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteView
MetaDataViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableView
MetaDataViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) final TreeView
MetaDataViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) ModifierConstructorDescriptionDefaultBaseMetaDataView
(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying metadata informationDefaultDatasetMetaDataView
(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying dataset metadata informationDefaultDatatypeMetaDataView
(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying datatype metadata informationDefaultGroupMetaDataView
(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying metadata informationDefaultLinkMetaDataView
(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) The metadata view interface for displaying link metadata information -
Uses of DataViewManager in hdf.view.PaletteView
Modifier and TypeMethodDescriptionfinal ImageView
PaletteViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataView
PaletteViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) DefaultPaletteViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableView
PaletteViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) final TreeView
PaletteViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) ModifierConstructorDescriptionDefaultPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager theViewer, ImageView theImageView) Create a dialog for viewing and change palettes. -
Uses of DataViewManager in hdf.view.TableView
Modifier and TypeFieldDescriptionprotected final DataViewManager
DefaultBaseTableView.viewer
The main HDFViewModifier and TypeMethodDescriptionfinal ImageView
TableViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataView
TableViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteView
TableViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) DefaultTableViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) Get the TableView for the data object identified by the data properties mappingfinal TreeView
TableViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) ModifierConstructorDescriptionDefaultBaseTableView
(DataViewManager theView) Constructs a base TableView with no additional data properties.DefaultBaseTableView
(DataViewManager theView, HashMap dataPropertiesMap) Constructs a base TableView with the specified data properties.Constructs a CompoundDS TableView with no additional data properties.DefaultCompoundDSTableView
(DataViewManager theView, HashMap dataPropertiesMap) Constructs a CompoundDS TableView with the specified data properties.DefaultScalarDSTableView
(DataViewManager theView) Constructs a ScalarDS TableView with no additional data properties.DefaultScalarDSTableView
(DataViewManager theView, HashMap dataPropertiesMap) Constructs a ScalarDS TableView with the specified data properties. -
Uses of DataViewManager in hdf.view.TreeView
Modifier and TypeMethodDescriptionfinal ImageView
TreeViewFactory.getImageView
(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataView
TreeViewFactory.getMetaDataView
(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteView
TreeViewFactory.getPaletteView
(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableView
TreeViewFactory.getTableView
(DataViewManager viewer, HashMap dataPropertiesMap) DefaultTreeViewFactory.getTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) ModifierConstructorDescriptionDefaultTreeView
(org.eclipse.swt.widgets.Composite parent, DataViewManager theView) Create a visual component for opening files and displaying the file structure in a tree structure.