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)abstract MetaDataViewDataViewFactory.getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)abstract PaletteViewDataViewFactory.getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)abstract TableViewDataViewFactory.getTableView(DataViewManager viewer, HashMap dataPropertiesMap)abstract TreeViewDataViewFactory.getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer) -
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 DataViewManagerMethods 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)DefaultDatasetMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)DefaultDatatypeMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)DefaultGroupMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj)DefaultLinkMetaDataView(org.eclipse.swt.widgets.Composite parentComposite, DataViewManager viewer, HObject theObj) -
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) -
Uses of DataViewManager in hdf.view.TableView
Fields in hdf.view.TableView declared as DataViewManagerMethods 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)TableViewFactory.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.DefaultScalarAttributeTableView(DataViewManager theView, HashMap dataPropertiesMap)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)