public class FishesTableModel extends AbstractTableModel
| Modifier and Type | Field and Description |
|---|---|
protected TableColumnModel |
columnModel |
protected List<CatchBean> |
data |
listenerList| Constructor and Description |
|---|
FishesTableModel(TableColumnModel columnModel) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
int |
getRowCount() |
Object |
getValueAt(int rowIndex,
int columnIndex) |
boolean |
isCellEditable(int rowIndex,
int columnIndex) |
void |
setData(List<CatchBean> data) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListener, setValueAtprotected final TableColumnModel columnModel
public FishesTableModel(TableColumnModel columnModel)
public int getRowCount()
public int getColumnCount()
public Object getValueAt(int rowIndex, int columnIndex)
public boolean isCellEditable(int rowIndex,
int columnIndex)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelCopyright © 2012 Ifremer. All Rights Reserved.