net.sf.jzeno.echo.screen
Class JamonScreen.JamonScreenTableModel

java.lang.Object
  extended by nextapp.echo.table.AbstractTableModel
      extended by net.sf.jzeno.echo.databinding.BoundTableModel
          extended by net.sf.jzeno.echo.databinding.EditableBoundTableModel
              extended by net.sf.jzeno.echo.screen.JamonScreen.JamonScreenTableModel
All Implemented Interfaces:
java.io.Serializable, java.util.EventListener, ActionListener, TableModel, ThreadSafeTableModel
Enclosing class:
JamonScreen

public class JamonScreen.JamonScreenTableModel
extends EditableBoundTableModel

See Also:
Serialized Form

Field Summary
 
Fields inherited from class nextapp.echo.table.AbstractTableModel
listenerList
 
Constructor Summary
JamonScreen.JamonScreenTableModel(DynaTable table, ConstructionList cl)
           
 
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.EditableBoundTableModel
addNew, apply, cancel, edit, getEditable, isRowEditable, markValid, setConstructionList
 
Methods inherited from class net.sf.jzeno.echo.databinding.BoundTableModel
actionPerformed, clearComponentCaches, getColumnClass, getColumnCount, getColumnName, getConstructionList, getCopiedValueAt, getRowCount, getTable, hasCopiedValueAt, updateComponentCaches, updateTable
 
Methods inherited from class nextapp.echo.table.AbstractTableModel
addTableModelListener, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, removeTableModelListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nextapp.echo.event.ActionListener
actionPerformed
 

Constructor Detail

JamonScreen.JamonScreenTableModel

public JamonScreen.JamonScreenTableModel(DynaTable table,
                                         ConstructionList cl)
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 EditableBoundTableModel
Parameters:
column - The column of the value to return.
row - The row of the value to return.
See Also:
TableModel.getValueAt(int, int)