ncsa.hdf.view
Interface TableView

All Superinterfaces:
DataView
All Known Implementing Classes:
DefaultTableView

public interface TableView
extends DataView

Title: ncsa.hdf.view.TableView

The table view interface for displaying data in table form

Company: National Computational Science Alliance


Method Summary
 java.lang.Object getSelectedData()
          returns array of selected data
 javax.swing.JTable getTable()
          returns the table
 void updateValueInFile()
          Write the change of a dataset into file.
 
Methods inherited from interface ncsa.hdf.view.DataView
dispose, getDataObject
 

Method Detail

getTable

public javax.swing.JTable getTable()
returns the table


getSelectedData

public java.lang.Object getSelectedData()
returns array of selected data


updateValueInFile

public void updateValueInFile()
Write the change of a dataset into file.