public class ResultTableModel extends AbstractTableModel implements PropertyChangeListener
| Modifier and Type | Field and Description |
|---|---|
protected Selection |
selection |
listenerList| Constructor and Description |
|---|
ResultTableModel(SelectionRsufiView view) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnCount() |
String |
getColumnName(int column) |
int |
getRowCount() |
RSufiResult |
getValue(int rowIndex)
Get value for wall row.
|
Object |
getValueAt(int rowIndex,
int columnIndex) |
void |
propertyChange(PropertyChangeEvent evt) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, isCellEditable, removeTableModelListener, setValueAtprotected Selection selection
public ResultTableModel(SelectionRsufiView view)
public int getRowCount()
getRowCount in interface TableModelpublic int getColumnCount()
getColumnCount in interface TableModelpublic String getColumnName(int column)
getColumnName in interface TableModelgetColumnName in class AbstractTableModelpublic Object getValueAt(int rowIndex, int columnIndex)
getValueAt in interface TableModelpublic RSufiResult getValue(int rowIndex)
rowIndex - row indexpublic void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerCopyright © 2010-2012 Ifremer. All Rights Reserved.