- All Superinterfaces:
- DataView
- All Known Implementing Classes:
- DefaultBaseTableView,- DefaultCompoundDSTableView,- 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()voidrefresh the data table.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()- Returns:
- array of selected column count
 
- 
getSelectedRowCountint getSelectedRowCount()- Returns:
- array of selected row count
 
- 
updateValueInFilevoid updateValueInFile()Write the change of a dataset into file.
- 
refreshDataTablevoid refreshDataTable()refresh the data table.
 
-