public class SpeciesFrequencyTableModel extends org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<SpeciesFrequencyRowModel>
| Modifier and Type | Field and Description |
|---|---|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> |
LENGTH_STEP |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> |
NUMBER |
protected PropertyChangeListener |
rowPropertyChangeListener |
static org.nuiton.jaxx.application.swing.table.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,
PropertyChangeListener rowPropertyChangeListener) |
| 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,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> propertyName,
SpeciesFrequencyRowModel entry) |
addNewRow, addNewRow, addNewRow, collectShell, fireTableCellUpdated, fireTableRowsInserted, fireTableRowUpdatedShell, getCell, getColumnCount, getColumnIndex, getColumnName, getEntry, getIdentifier, getRowCount, getRowIndex, getRows, getValueAt, isCellEditable, isCellEditable, isCreateEmptyRowIsEmpty, isCreateNewRow, isFirstRow, isLastRow, moveDown, moveUp, onRowAdded, removeRow, setNoneEditableCols, setRows, setValueAt, updateRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListenerpublic static final org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> LENGTH_STEP
public static final org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> NUMBER
public static final org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> WEIGHT
protected final WeightUnit weightUnit
protected final PropertyChangeListener rowPropertyChangeListener
public SpeciesFrequencyTableModel(WeightUnit weightUnit, org.jdesktop.swingx.table.TableColumnModelExt columnModel, SpeciesFrequencyUIModel uiModel, PropertyChangeListener rowPropertyChangeListener)
public SpeciesFrequencyRowModel createNewRow()
createNewRow in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<SpeciesFrequencyRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesFrequencyRowModel> propertyName, SpeciesFrequencyRowModel entry)
setValueAt in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<SpeciesFrequencyRowModel>public Map<Float,SpeciesFrequencyRowModel> getRowCache()
protected void onRowsChanged(List<SpeciesFrequencyRowModel> data)
onRowsChanged in class org.nuiton.jaxx.application.swing.table.AbstractApplicationTableModel<SpeciesFrequencyRowModel>Copyright © 2012–2014 Ifremer. All rights reserved.