Uses of Interface
ncsa.hdf.view.ViewManager

Packages that use ViewManager
ncsa.hdf.view   
 

Uses of ViewManager in ncsa.hdf.view
 

Classes in ncsa.hdf.view that implement ViewManager
 class HDFView
          HDFView is the main class of this HDF visual tool.
 

Constructors in ncsa.hdf.view with parameters of type ViewManager
DataOptionDialog(ViewManager theview, Dataset theDataset)
          Constructs a DataOptionDialog with the given HDFView.
DefaultImageView(ViewManager theView)
          Constructs an ImageView.
DefaultImageView(ViewManager theView, java.util.HashMap map)
          Constructs an ImageView.
DefaultMetaDataView(ViewManager theView)
          Constructs a DefaultMetadataView with the given HDFView.
DefaultPaletteView(ViewManager theViewer, ImageView theImageView)
           
DefaultTableView(ViewManager theView)
          Constructs an TableView.
DefaultTableView(ViewManager theView, java.util.HashMap map)
          Constructs an TableView.
DefaultTextView(ViewManager theView)
          Constructs an TextView.
DefaultTextView(ViewManager theView, java.util.HashMap map)
          Constructs an TextView.
DefaultTreeView(ViewManager theView)