Class DefaultCompoundDSTableView

Object
hdf.view.TableView.DefaultBaseTableView
hdf.view.TableView.DefaultCompoundDSTableView
All Implemented Interfaces:
DataView, TableView

A class to construct a CompoundDS TableView.
  • Constructor Details

    • DefaultCompoundDSTableView

      Constructs a CompoundDS TableView with no additional data properties.
      Parameters:
      theView - the main HDFView.
    • DefaultCompoundDSTableView

      public DefaultCompoundDSTableView(DataViewManager theView, HashMap dataPropertiesMap)
      Constructs a CompoundDS TableView with the specified data properties.
      Parameters:
      theView - the main HDFView.
      dataPropertiesMap - the properties on how to show the data. The map is used to allow applications to pass properties on how to display the data, such as: transposing data, showing data as characters, applying a bitmask, and etc. Predefined keys are listed at ViewProperties.DATA_VIEW_KEY.
  • Method Details