anl.aida.table
Class TVDataFrameTableModel

java.lang.Object
  extended by javax.swing.table.AbstractTableModel
      extended by anl.aida.table.AbstractDataFrameTableModel
          extended by anl.aida.table.TVDataFrameTableModel
All Implemented Interfaces:
java.io.Serializable, javax.swing.table.TableModel

public class TVDataFrameTableModel
extends AbstractDataFrameTableModel

DataFrameTableModel that displays the time in one column and a variables value in the other.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Field Summary
private  anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes
           
 
Fields inherited from class anl.aida.table.AbstractDataFrameTableModel
colCount, colNameOffset, colNames, frame, rowCount, rowNameOffset
 
Fields inherited from class javax.swing.table.AbstractTableModel
listenerList
 
Constructor Summary
TVDataFrameTableModel(anl.aida.data.DataFrame frame)
           
 
Method Summary
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
          Returns the value for the cell at columnIndex and rowIndex.
 
Methods inherited from class anl.aida.table.AbstractDataFrameTableModel
getColumnCount, getColumnName, getRowCount
 
Methods inherited from class javax.swing.table.AbstractTableModel
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

axes

private anl.aida.data.Axes<anl.aida.data.DataFrameAxis> axes
Constructor Detail

TVDataFrameTableModel

public TVDataFrameTableModel(anl.aida.data.DataFrame frame)
Method Detail

getValueAt

public java.lang.Object getValueAt(int rowIndex,
                                   int columnIndex)
Returns the value for the cell at columnIndex and rowIndex.

Specified by:
getValueAt in interface javax.swing.table.TableModel
Overrides:
getValueAt in class AbstractDataFrameTableModel
Parameters:
rowIndex - the row whose value is to be queried
columnIndex - the column whose value is to be queried
Returns:
the value Object at the specified cell