- All Superinterfaces:
- DataView
- All Known Implementing Classes:
- DefaultBaseTableView,- DefaultCompoundDSTableView,- DefaultScalarAttributeTableView,- DefaultScalarDSTableView
The table view interface for displaying data in table form
- Version:
- 2.4 9/6/2007
- Author:
- Peter X. Cao
- 
Field SummaryFields inherited from interface hdf.view.DataView.DataViewDATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_UNKNOWN
- 
Method SummaryModifier and TypeMethodDescriptionintintgetTable()voidWrite the change of a dataset into file.Methods inherited from interface hdf.view.DataView.DataViewgetDataObject
- 
Method Details- 
getTable- Returns:
- the table
 
- 
getSelectedData- Returns:
- array of selected data
 
- 
getSelectedColumnCountint getSelectedColumnCount()
- 
getSelectedRowCountint getSelectedRowCount()
- 
updateValueInFilevoid updateValueInFile()Write the change of a dataset into file.
 
-