|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A model containing the data within the table. This model is not necessary to be used. Implementations may choose to access its data in a way that would provide an abstraction as to the true source of data.
Method Summary | |
void |
addTableDataModelListener(ITableDataModelListener objListener)
Method addTableDataModelListener Adds a listener that is notified when the data in the model is changed |
int |
getRowCount()
Method getRowCount. |
Iterator |
getRows()
Iterates over all of the rows in the model |
void |
removeTableDataModelListener(ITableDataModelListener objListener)
Method removeTableDataModelListener. |
Method Detail |
public int getRowCount()
public Iterator getRows()
public void addTableDataModelListener(ITableDataModelListener objListener)
objListener
- the listener to addpublic void removeTableDataModelListener(ITableDataModelListener objListener)
objListener
- the listener to remove
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |