Package hdf.view.MetaDataView


package hdf.view.MetaDataView
  • Interface Summary
    Interface
    Description
    The metadata view interface for displaying metadata information
  • Class Summary
    Class
    Description
    DefaultBaseMetaDataView is a default implementation of the MetaDataView which is used to show data properties of an object.
    The metadata view interface for displaying dataset metadata information
    The metadata view interface for displaying datatype metadata information
    The metadata view interface for displaying group metadata information
    The metadata view interface for displaying link metadata information
    A simple Factory class which returns concrete instances of the default MetaDataView, based on whether the data object is a Group, Dataset, Datatype or other form of object.
    This class extends DataViewFactory so that at runtime it can be determined if a specific DataViewFactory class is a MetaDataViewFactory and can thus be used appropriately where a MetaDataView is needed.