- 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 Summary
Fields inherited from interface hdf.view.DataView.DataView
DATAVIEW_IMAGE, DATAVIEW_TABLE, DATAVIEW_UNKNOWN
-
Method Summary
Modifier and TypeMethodDescriptionint
Get the array of selected column countGet the array of selected dataint
Get the array of selected row countgetTable()
Get the tablevoid
refresh the data table.void
Write the change of a dataset into file.Methods inherited from interface hdf.view.DataView.DataView
getDataObject
-
Method Details
-
getTable
-
getSelectedData
-
getSelectedColumnCount
int getSelectedColumnCount()Get the array of selected column count- Returns:
- array of selected column count
-
getSelectedRowCount
-
updateValueInFile
void updateValueInFile()Write the change of a dataset into file. -
refreshDataTable
void refreshDataTable()refresh the data table.
-