public class BenthosFrequencyTableModel extends org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<BenthosFrequencyRowModel>
| Modifier and Type | Field and Description |
|---|---|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> |
LENGTH_STEP |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> |
NUMBER |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> |
WEIGHT |
protected WeightUnit |
weightUnit
Weight unit.
|
createEmptyRowIsEmpty, createNewRow, identifiers, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
BenthosFrequencyTableModel(WeightUnit weightUnit,
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,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> propertyName,
BenthosFrequencyRowModel entry) |
addNewRow, addNewRow, addNewRow, collectShell, fireTableCellUpdated, fireTableRowsInserted, fireTableRowUpdatedShell, 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 org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> LENGTH_STEP
public static final org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> NUMBER
public static final org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> WEIGHT
protected final WeightUnit weightUnit
public BenthosFrequencyTableModel(WeightUnit weightUnit, org.jdesktop.swingx.table.TableColumnModelExt columnModel, BenthosFrequencyUIModel uiModel)
public BenthosFrequencyRowModel createNewRow()
createNewRow in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<BenthosFrequencyRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosFrequencyRowModel> propertyName, BenthosFrequencyRowModel entry)
setValueAt in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<BenthosFrequencyRowModel>public Map<Float,BenthosFrequencyRowModel> getRowCache()
protected void onRowsChanged(List<BenthosFrequencyRowModel> data)
onRowsChanged in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<BenthosFrequencyRowModel>Copyright © 2012–2014 Ifremer. All rights reserved.