Uses of Interface
hdf.view.DataView.DataViewManager
| Package | Description |
|---|---|
| hdf.view | |
| hdf.view.DataView | |
| hdf.view.ImageView | |
| hdf.view.MetaDataView | |
| hdf.view.PaletteView | |
| hdf.view.TableView | |
| hdf.view.TreeView |
-
Uses of DataViewManager in hdf.view
Classes in hdf.view that implement DataViewManager Modifier and Type Class Description classHDFViewHDFView 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 DataViewManager Modifier and Type Method Description abstract 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 DataViewManager Modifier and Type Method Description ImageViewDefaultImageViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewImageViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewImageViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewImageViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewImageViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.ImageView with parameters of type DataViewManager Constructor Description DefaultImageView(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 DataViewManager Modifier and Type Field Description protected DataViewManagerDefaultBaseMetaDataView. viewManagerThe view manger referenceMethods in hdf.view.MetaDataView with parameters of type DataViewManager Modifier and Type Method Description ImageViewMetaDataViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewDefaultMetaDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewMetaDataViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewMetaDataViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewMetaDataViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.MetaDataView with parameters of type DataViewManager Constructor Description DefaultBaseMetaDataView(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 DataViewManager Modifier and Type Method Description ImageViewPaletteViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewPaletteViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewDefaultPaletteViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewPaletteViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewPaletteViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.PaletteView with parameters of type DataViewManager Constructor Description DefaultPaletteView(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 DataViewManager Modifier and Type Field Description protected DataViewManagerDefaultBaseTableView. viewerThe main HDFViewMethods in hdf.view.TableView with parameters of type DataViewManager Modifier and Type Method Description ImageViewTableViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewTableViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewTableViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewDefaultTableViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)Get the TableView for the data object identified by the data properties mappingTreeViewTableViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TableView with parameters of type DataViewManager Constructor Description DefaultBaseTableView(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 DataViewManager Modifier and Type Method Description ImageViewTreeViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)MetaDataViewTreeViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)PaletteViewTreeViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)TableViewTreeViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)TreeViewDefaultTreeViewFactory. getTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager viewer)Constructors in hdf.view.TreeView with parameters of type DataViewManager Constructor Description DefaultTreeView(org.eclipse.swt.widgets.Composite parent, DataViewManager theView)Create a visual component for opening files and displaying the file structure in a tree structure.