net.sf.jzeno.unittesting.screen.components
Class HighlightSuccessModel

java.lang.Object
  extended by nextapp.echo.table.AbstractTableModel
      extended by net.sf.jzeno.echo.databinding.BoundTableModel
          extended by net.sf.jzeno.unittesting.screen.components.HighlightSuccessModel
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, ActionListener, TableModel, ThreadSafeTableModel

public class HighlightSuccessModel
extends BoundTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class nextapp.echo.table.AbstractTableModel
listenerList
 
Constructor Summary
HighlightSuccessModel(DynaTable table, ConstructionList constructionList)
           
 
Method Summary
 java.lang.Object getValueAt(int column, int row)
          Returns the value found at the given coordinate within the table.
 
Methods inherited from class net.sf.jzeno.echo.databinding.BoundTableModel
actionPerformed, clearComponentCaches, getColumnClass, getColumnCount, getColumnName, getConstructionList, getCopiedValueAt, getRowCount, getTable, hasCopiedValueAt, markValid, setConstructionList, updateComponentCaches, updateTable
 
Methods inherited from class nextapp.echo.table.AbstractTableModel
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, isRowEditable, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HighlightSuccessModel

public HighlightSuccessModel(DynaTable table,
                             ConstructionList constructionList)
Method Detail

getValueAt

public java.lang.Object getValueAt(int column,
                                   int row)
Description copied from interface: TableModel
Returns the value found at the given coordinate within the table.

Specified by:
getValueAt in interface TableModel
Overrides:
getValueAt in class BoundTableModel
Parameters:
column - The column of the value to return.
row - The row of the value to return.
See Also:
TableModel.getValueAt(int, int)