|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JvObjectTableModel
A JvObjectTableModel is a TableModel in which each
row is actually a single object (which implements JvObjectTableRow.
The columns of a row typically represent different fields of the row object.
JvObjectTableRow| Method Summary | |
|---|---|
Collection |
getEmptyCollection()
Return an empty collection suitable for putting the selected items within. |
Object |
getObjectAt(int row)
Return the domain object associated with the specified row. |
| Methods inherited from interface javax.swing.table.TableModel |
|---|
addTableModelListener, getColumnClass, getColumnCount, getColumnName, getRowCount, getValueAt, isCellEditable, removeTableModelListener, setValueAt |
| Method Detail |
|---|
Object getObjectAt(int row)
row - the index of the desired row
Collection getEmptyCollection()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||