Uses of Interface
ncsa.hdf.view.DataView

Packages that use DataView
ncsa.hdf.view   
 

Uses of DataView in ncsa.hdf.view
 

Subinterfaces of DataView in ncsa.hdf.view
 interface ImageView
          The image view interface for displaying image object
 interface MetaDataView
          The metadata view interface for displaying metadata information
 interface PaletteView
          The palette view interface for displaying image palette
 interface TableView
          The table view interface for displaying data in table form
 interface TextView
          The text view interface for displaying text data
 

Classes in ncsa.hdf.view that implement DataView
 class DefaultImageView
          ImageView displays an HDF dataset as an image.
 class DefaultMetaDataView
          DefaultMetadataView is an dialog window used to show data properties.
 class DefaultPaletteView
          To view and change palette.
 class DefaultTableView
          TableView displays an HDF dataset as a two-dimensional table.
 class DefaultTextView
          TextView displays an HDF string dataset in text.
 

Methods in ncsa.hdf.view that return DataView
 DataView HDFView.getDataView(HObject dataObject)
          Returns DataView contains the specified data object.
 DataView ViewManager.getDataView(HObject dataObject)
          Returns DataView contains the specified data object.
 DataView TreeView.showDataContent(HObject dataObject)
          Dispaly the content of a data object.
 DataView DefaultTreeView.showDataContent(HObject dataObject)
          Dispaly the content of a data object.
 

Methods in ncsa.hdf.view with parameters of type DataView
 void HDFView.addDataView(DataView dataView)
          data content is displayed, and add the dataview to the main windows
 void ViewManager.addDataView(DataView dataView)
          data content is displayed, and add the dataview to the main windows
 void HDFView.removeDataView(DataView dataView)
          data content is closed, and remove the dataview from the main window
 void ViewManager.removeDataView(DataView dataView)
          data content is closed, and remove the dataview from the main window
 

Constructors in ncsa.hdf.view with parameters of type DataView
NewDatasetDialog(javax.swing.JFrame owner, Group pGroup, java.util.List objs, DataView observer)
          Constructs NewDatasetDialog with specified list of possible parent groups.