Interface TableView

All Superinterfaces:
DataView
All Known Implementing Classes:
DefaultBaseTableView, DefaultCompoundDSTableView, DefaultScalarDSTableView

public interface TableView extends DataView
The table view interface for displaying data in table form
Version:
2.4 9/6/2007
Author:
Peter X. Cao
  • Method Details

    • getTable

      Get the table
      Returns:
      the table
    • getSelectedData

      Get the array of selected data
      Returns:
      array of selected data
    • getSelectedColumnCount

      Get the array of selected column count
      Returns:
      array of selected column count
    • getSelectedRowCount

      Get the array of selected row count
      Returns:
      array of selected row count
    • updateValueInFile

      Write the change of a dataset into file.
    • refreshDataTable

      refresh the data table.