Uses of Interface
hdf.view.DataView.DataViewManager
Packages that use DataViewManager
Package
Description
-
Uses of DataViewManager in hdf.view
Classes in hdf.view that implement DataViewManagerModifier and TypeClassDescriptionclassHDFView is the main class of this HDF visual tool. -
Uses of DataViewManager in hdf.view.DataView
Methods in hdf.view.DataView with parameters of type DataViewManagerModifier and TypeMethodDescriptionabstract ImageViewDataViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)Get an instance of ImageView given the appropriate constructor parametersabstract MetaDataViewDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer, HObject theObj)Get an instance of MetaDataView given the appropriate constructor parametersabstract PaletteViewDataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)Get an instance of PaletteView given the appropriate constructor parametersabstract TableViewDataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)Get an instance of TableView given the appropriate constructor parametersabstract TreeViewDataViewFactory.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
Methods in hdf.view.ImageView with parameters of type DataViewManagerModifier and TypeMethodDescriptionDefaultImageViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)ImageViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)ImageViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)ImageViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)ImageViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.ImageView with parameters of type DataViewManagerModifierConstructorDescriptionDefaultImageView(DataViewManager theView)Constructs an ImageView.DefaultImageView(DataViewManager theView, HashMap map)Constructs an ImageView. -
Uses of DataViewManager in hdf.view.MetaDataView
Fields in hdf.view.MetaDataView declared as DataViewManagerModifier and TypeFieldDescriptionprotected DataViewManagerDefaultBaseMetaDataView.viewManagerThe view manger referenceMethods in hdf.view.MetaDataView with parameters of type DataViewManagerModifier and TypeMethodDescriptionMetaDataViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)DefaultMetaDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)MetaDataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)MetaDataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.MetaDataView with parameters of type DataViewManagerModifierConstructorDescriptionDefaultBaseMetaDataView(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
Methods in hdf.view.PaletteView with parameters of type DataViewManagerModifier and TypeMethodDescriptionPaletteViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)PaletteViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)DefaultPaletteViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)PaletteViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)PaletteViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.PaletteView with parameters of type DataViewManagerModifierConstructorDescriptionDefaultPaletteView(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
Fields in hdf.view.TableView declared as DataViewManagerModifier and TypeFieldDescriptionprotected DataViewManagerDefaultBaseTableView.viewerThe main HDFViewMethods in hdf.view.TableView with parameters of type DataViewManagerModifier and TypeMethodDescriptionTableViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)TableViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)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 mappingTableViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TableView with parameters of type DataViewManagerModifierConstructorDescriptionDefaultBaseTableView(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.DefaultCompoundDSTableView(DataViewManager theView)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
Methods in hdf.view.TreeView with parameters of type DataViewManagerModifier and TypeMethodDescriptionTreeViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)TreeViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TreeViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)DefaultTreeViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TreeView with parameters of type DataViewManagerModifierConstructorDescriptionDefaultTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager theView)Create a visual component for opening files and displaying the file structure in a tree structure.