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