org.barracudamvc.core.comp
Interface TableModel

All Superinterfaces:
Contextual, Model
All Known Implementing Classes:
AbstractTableModel

public interface TableModel
extends Model, Contextual

This interface defines the methods needed to implement a TableModel.


Method Summary
 int getColumnCount()
           
 Object getItemAt(int row, int col)
           
 int getRowCount()
           
 void resetModel()
           
 
Methods inherited from interface org.barracudamvc.core.comp.model.Model
addModelListener, removeModelListener
 
Methods inherited from interface org.barracudamvc.core.comp.Contextual
getViewContext, setViewContext
 

Method Detail

resetModel

public void resetModel()

getRowCount

public int getRowCount()

getColumnCount

public int getColumnCount()

getItemAt

public Object getItemAt(int row,
                        int col)


Copyright © 2004 BarracudaMVC.org All Rights Reserved.