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 class
HDFView
HDFView 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 ImageView
DataViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
abstract MetaDataView
DataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
abstract PaletteView
DataViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
abstract TableView
DataViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
abstract TreeView
DataViewFactory. 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 DataViewManager Modifier and Type Method Description ImageView
DefaultImageViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
ImageViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
ImageViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
ImageViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
ImageViewFactory. 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 DataViewManager
DefaultBaseMetaDataView. viewManager
Methods in hdf.view.MetaDataView with parameters of type DataViewManager Modifier and Type Method Description ImageView
MetaDataViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
DefaultMetaDataViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
MetaDataViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
MetaDataViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
MetaDataViewFactory. 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)
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 DataViewManager Modifier and Type Method Description ImageView
PaletteViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
PaletteViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
DefaultPaletteViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
PaletteViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
PaletteViewFactory. 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)
-
Uses of DataViewManager in hdf.view.TableView
Fields in hdf.view.TableView declared as DataViewManager Modifier and Type Field Description protected DataViewManager
DefaultBaseTableView. viewer
Methods in hdf.view.TableView with parameters of type DataViewManager Modifier and Type Method Description ImageView
TableViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
TableViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
TableViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
DefaultTableViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
TableViewFactory. 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.DefaultScalarAttributeTableView(DataViewManager theView)
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 DataViewManager Modifier and Type Method Description ImageView
TreeViewFactory. getImageView(DataViewManager viewer, HashMap dataPropertiesMap)
MetaDataView
TreeViewFactory. getMetaDataView(org.eclipse.swt.widgets.Composite parentObj, DataViewManager viewer, HObject theObj)
PaletteView
TreeViewFactory. getPaletteView(org.eclipse.swt.widgets.Shell parent, DataViewManager viewer, ImageView theImageView)
TableView
TreeViewFactory. getTableView(DataViewManager viewer, HashMap dataPropertiesMap)
TreeView
DefaultTreeViewFactory. 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)