public class BenthosBatchTableModel extends AbstractTuttiTableModel<BenthosBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosBatchRowModel> |
AGE_CATEGORY |
static ColumnIdentifier<BenthosBatchRowModel> |
ATTACHMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
COMMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
COMPUTED_NUMBER |
protected Set<ColumnIdentifier<BenthosBatchRowModel>> |
frequencyCols
Columns for the frequency edition.
|
static ColumnIdentifier<BenthosBatchRowModel> |
MATURITY_CATEGORY |
protected Set<ColumnIdentifier<BenthosBatchRowModel>> |
sampleCols
Columns implies in the sample category definition.
|
static ColumnIdentifier<BenthosBatchRowModel> |
SEX_CATEGORY |
static ColumnIdentifier<BenthosBatchRowModel> |
SIZE_CATEGORY |
static ColumnIdentifier<BenthosBatchRowModel> |
SORTED_UNSORTED_CATEGORY |
static ColumnIdentifier<BenthosBatchRowModel> |
SPECIES |
static ColumnIdentifier<BenthosBatchRowModel> |
SPECIES_TO_CONFIRM |
static ColumnIdentifier<BenthosBatchRowModel> |
WEIGHT |
createEmptyRowIsEmpty, createNewRow, identifiers, noneEditableCols, rowslistenerList| Constructor and Description |
|---|
BenthosBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel) |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
createNewRow() |
protected boolean |
isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName) |
void |
setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
void |
updateSamplingRatio(Set<BenthosBatchRowModel> rows) |
addNewRow, addNewRow, addNewRow, fireTableCellUpdated, getColumnCount, getEntry, getIdentifier, getRowCount, getRowIndex, getRows, getValueAt, 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<BenthosBatchRowModel> SPECIES
public static final ColumnIdentifier<BenthosBatchRowModel> SORTED_UNSORTED_CATEGORY
public static final ColumnIdentifier<BenthosBatchRowModel> SIZE_CATEGORY
public static final ColumnIdentifier<BenthosBatchRowModel> SEX_CATEGORY
public static final ColumnIdentifier<BenthosBatchRowModel> MATURITY_CATEGORY
public static final ColumnIdentifier<BenthosBatchRowModel> AGE_CATEGORY
public static final ColumnIdentifier<BenthosBatchRowModel> WEIGHT
public static final ColumnIdentifier<BenthosBatchRowModel> COMPUTED_NUMBER
public static final ColumnIdentifier<BenthosBatchRowModel> COMMENT
public static final ColumnIdentifier<BenthosBatchRowModel> ATTACHMENT
public static final ColumnIdentifier<BenthosBatchRowModel> SPECIES_TO_CONFIRM
protected final Set<ColumnIdentifier<BenthosBatchRowModel>> frequencyCols
protected final Set<ColumnIdentifier<BenthosBatchRowModel>> sampleCols
public BenthosBatchTableModel(org.jdesktop.swingx.table.TableColumnModelExt columnModel)
public BenthosBatchRowModel createNewRow()
createNewRow in class AbstractTuttiTableModel<BenthosBatchRowModel>public void setValueAt(Object aValue, int rowIndex, int columnIndex, ColumnIdentifier<BenthosBatchRowModel> propertyName, BenthosBatchRowModel entry)
setValueAt in class AbstractTuttiTableModel<BenthosBatchRowModel>public void updateSamplingRatio(Set<BenthosBatchRowModel> rows)
protected boolean isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName)
isCellEditable in class AbstractTuttiTableModel<BenthosBatchRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.