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 |
columnModel, createEmptyRowIsEmpty, createNewRow, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
SpeciesFrequencyTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel,
SpeciesFrequencyUIModel uiModel) |
| Modifier and Type | Method and Description |
|---|---|
SpeciesFrequencyRowModel |
createNewRow() |
Map<Float,SpeciesFrequencyRowModel> |
getRowCache() |
protected void |
onRowAdded(int rowIndex,
SpeciesFrequencyRowModel newValue) |
protected void |
onRowsChanged(List<SpeciesFrequencyRowModel> data) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesFrequencyRowModel> propertyName,
SpeciesFrequencyRowModel entry) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumn, getColumnCount, getColumnIndex, getEntry, getPropertyName, getRowCount, getRowIndex, getRows, getValueAt, getValueAt, isCellEditable, isCellEditable, isCreateEmptyRowIsEmpty, isCreateNewRow, 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
public SpeciesFrequencyTableModel(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>protected void onRowAdded(int rowIndex,
SpeciesFrequencyRowModel newValue)
onRowAdded in class AbstractTuttiTableModel<SpeciesFrequencyRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.