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) final MetaDataViewImageViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteViewImageViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableViewImageViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap) final TreeViewImageViewFactory.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 final DataViewManagerDefaultBaseMetaDataView.viewManagerThe view manger referenceMethods in hdf.view.MetaDataView with parameters of type DataViewManagerModifier and TypeMethodDescriptionfinal ImageViewMetaDataViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap) DefaultMetaDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteViewMetaDataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableViewMetaDataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap) final TreeViewMetaDataViewFactory.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 TypeMethodDescriptionfinal ImageViewPaletteViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataViewPaletteViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) DefaultPaletteViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableViewPaletteViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap) final TreeViewPaletteViewFactory.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 final DataViewManagerDefaultBaseTableView.viewerThe main HDFViewMethods in hdf.view.TableView with parameters of type DataViewManagerModifier and TypeMethodDescriptionfinal ImageViewTableViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataViewTableViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteViewTableViewFactory.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 TreeViewTableViewFactory.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.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 TypeMethodDescriptionfinal ImageViewTreeViewFactory.getImageView(DataViewManager viewer, HashMap dataPropertiesMap) final MetaDataViewTreeViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj) final PaletteViewTreeViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView) final TableViewTreeViewFactory.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.