public class BenthosFrequencyTableModel extends AbstractTuttiTableModel<BenthosFrequencyRowModel>
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosFrequencyRowModel> |
LENGTH_STEP |
static ColumnIdentifier<BenthosFrequencyRowModel> |
NUMBER |
static ColumnIdentifier<BenthosFrequencyRowModel> |
WEIGHT |
createEmptyRowIsEmpty, createNewRow, identifiers, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
BenthosFrequencyTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel,
BenthosFrequencyUIModel uiModel) |
| Modifier and Type | Method and Description |
|---|---|
BenthosFrequencyRowModel |
createNewRow() |
Map<Float,BenthosFrequencyRowModel> |
getRowCache() |
protected void |
onRowsChanged(List<BenthosFrequencyRowModel> data) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosFrequencyRowModel> propertyName,
BenthosFrequencyRowModel entry) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumnCount, getEntry, getIdentifier, getRowCount, getRowIndex, getRows, getValueAt, isCellEditable, isCellEditable, isCreateEmptyRowIsEmpty, isCreateNewRow, onRowAdded, removeRow, setNoneEditableCols, setRows, setValueAt, updateRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic static final ColumnIdentifier<BenthosFrequencyRowModel> LENGTH_STEP
public static final ColumnIdentifier<BenthosFrequencyRowModel> NUMBER
public static final ColumnIdentifier<BenthosFrequencyRowModel> WEIGHT
public BenthosFrequencyTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel,
BenthosFrequencyUIModel uiModel)
public BenthosFrequencyRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<BenthosFrequencyRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<BenthosFrequencyRowModel> propertyName, BenthosFrequencyRowModel entry)
setValueAt in class AbstractTuttiTableModel<BenthosFrequencyRowModel>public Map<Float,BenthosFrequencyRowModel> getRowCache()
protected void onRowsChanged(List<BenthosFrequencyRowModel> data)
onRowsChanged in class AbstractTuttiTableModel<BenthosFrequencyRowModel>Copyright © 2012–2013 Ifremer. All rights reserved.