public class PlanktonBatchTableModel extends AbstractTuttiTableModel<PlanktonBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<PlanktonBatchRowModel> |
ATTACHMENTS |
static ColumnIdentifier<PlanktonBatchRowModel> |
COMMENT |
static ColumnIdentifier<PlanktonBatchRowModel> |
SAMPLE_WEIGHT |
static ColumnIdentifier<PlanktonBatchRowModel> |
SPECIES_BY_CODE |
static ColumnIdentifier<PlanktonBatchRowModel> |
SPECIES_BY_GENUS_CODE |
static ColumnIdentifier<PlanktonBatchRowModel> |
SPECIES_TO_CONFIRM |
static ColumnIdentifier<PlanktonBatchRowModel> |
WEIGHT |
columnModel, createEmptyRowIsEmpty, createNewRow, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
PlanktonBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel) |
| Modifier and Type | Method and Description |
|---|---|
PlanktonBatchRowModel |
createNewRow() |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<PlanktonBatchRowModel> propertyName,
PlanktonBatchRowModel entry) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumn, getColumnCount, getColumnIndex, getEntry, getPropertyName, getRowCount, getRowIndex, getRows, getValueAt, getValueAt, isCellEditable, isCellEditable, isCreateEmptyRowIsEmpty, isCreateNewRow, onRowAdded, onRowsChanged, removeRow, setNoneEditableCols, setRows, setValueAt, updateRowaddTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getColumnName, getListeners, getTableModelListeners, removeTableModelListenerpublic static final ColumnIdentifier<PlanktonBatchRowModel> SPECIES_TO_CONFIRM
public static final ColumnIdentifier<PlanktonBatchRowModel> SPECIES_BY_CODE
public static final ColumnIdentifier<PlanktonBatchRowModel> SPECIES_BY_GENUS_CODE
public static final ColumnIdentifier<PlanktonBatchRowModel> WEIGHT
public static final ColumnIdentifier<PlanktonBatchRowModel> SAMPLE_WEIGHT
public static final ColumnIdentifier<PlanktonBatchRowModel> COMMENT
public static final ColumnIdentifier<PlanktonBatchRowModel> ATTACHMENTS
public PlanktonBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel)
public PlanktonBatchRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<PlanktonBatchRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<PlanktonBatchRowModel> propertyName, PlanktonBatchRowModel entry)
setValueAt in class AbstractTuttiTableModel<PlanktonBatchRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.