IMSEVimse 1.0
Draft

se.kth.cid.util
Interface GridTableModel

All Known Implementing Classes:
AbstractListDisplayer.ListGridTableModel

public interface GridTableModel

This interface is the model for a grid table.

Version:
$Revision: 1.1.1.1 $
Author:
Mikael Nilsson

Method Summary
 int getColumnCount()
          Returns the number of columns in the table.
 int getRowCount()
          Returns the number of rows in the table.
 Object getValueAt(int rowIndex, int columnIndex)
          Returns the value in the specified cell.
 

Method Detail

getRowCount

public int getRowCount()
Returns the number of rows in the table.
Returns:
the number of rows in the table.

getColumnCount

public int getColumnCount()
Returns the number of columns in the table.
Returns:
the number of columns in the table.

getValueAt

public Object getValueAt(int rowIndex,
                         int columnIndex)
Returns the value in the specified cell.
Parameters:
rowIndex - the row of the cell.
columnIndex - the column of the cell.
Returns:
the object to put in the cell.

IMSEVimse 1.0
Draft

Centre for user-oriented IT -design