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