| Modifier and Type | Field and Description |
|---|---|
protected List<BenthosBatchRowModel> |
ComputeBatchWeightsAction.benthosBatchRows |
| Modifier and Type | Field and Description |
|---|---|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.ATTACHMENT |
protected List<BenthosBatchRowModel> |
BenthosBatchRowModel.childBatch
List of child batches (can be null or empty if batch is a leaf).
|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMMENT |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMPUTED_NUMBER |
protected Set<org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.frequencyCols
Columns for the frequency edition.
|
protected static org.nuiton.util.beans.Binder<BenthosBatch,BenthosBatchRowModel> |
BenthosBatchRowModel.fromBeanBinder |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.ID |
protected Set<SampleCategoryColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.sampleCols
Columns implies in the sample category definition.
|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_TO_CONFIRM |
protected static org.nuiton.util.beans.Binder<BenthosBatchRowModel,BenthosBatch> |
BenthosBatchRowModel.toBeanBinder |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
BenthosBatchTableModel.createNewRow() |
BenthosBatchRowModel |
BenthosBatchRowModel.getFirstAncestor(Integer sampleCategoryId) |
BenthosBatchRowModel |
BenthosBatchRowModel.getFirstAncestor(SampleCategory<?> entrySampleCategory) |
BenthosBatchRowModel |
BenthosBatchRowModel.getParentBatch() |
BenthosBatchRowModel |
BenthosBatchTableModel.getPreviousSibling(BenthosBatchRowModel row)
Return previous sibling row, or
null if not exist. |
BenthosBatchRowModel |
BenthosBatchRowModel.getSpeciesRow() |
BenthosBatchRowModel |
BenthosBatchUIHandler.loadBatch(BenthosBatch aBatch,
BenthosBatchRowModel parentRow,
List<BenthosBatchRowModel> rows) |
| Modifier and Type | Method and Description |
|---|---|
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchUIHandler.getAttachementIdentifier() |
List<BenthosBatchRowModel> |
BenthosBatchRowModel.getChildBatch() |
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchUIHandler.getCommentIdentifier() |
Set<SampleCategoryColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.getSampleCols() |
protected SpeciesBatchDecorator<BenthosBatchRowModel> |
BenthosBatchUIHandler.getSpeciesColumnDecorator() |
protected SpeciesBatchDecoratorComparator<BenthosBatchRowModel> |
BenthosBatchUIHandler.getSpeciesRowComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
BenthosBatchUIHandler.addSampleCategoryBatch(BenthosBatchRowModel parentBatch,
SampleCategoryModelEntry sampleCategoryDef,
List<SplitBenthosBatchRowModel> rows,
Float totalRowWeight) |
protected void |
BenthosBatchUIHandler.addToSpeciesUsed(BenthosBatchRowModel row) |
void |
BenthosBatchUIHandler.collectChildren(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
protected void |
BenthosBatchTableModel.collectShell(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
protected BenthosBatch |
BenthosBatchUIHandler.convertRowToEntity(BenthosBatchRowModel row,
boolean convertParent) |
int |
BenthosBatchTableModel.getNextChildRowIndex(BenthosBatchRowModel row)
Return the index of the next row that can be inserted as a child of the
given row.
|
BenthosBatchRowModel |
BenthosBatchTableModel.getPreviousSibling(BenthosBatchRowModel row)
Return previous sibling row, or
null if not exist. |
Set<Serializable> |
BenthosBatchUIHandler.getSampleUsedValues(BenthosBatchRowModel row,
int sampleCategoryId)
Return all the sample category values (of the given
sampleCategoryId) for all brothers of the given row. |
protected boolean |
BenthosBatchUIHandler.isRowValid(BenthosBatchRowModel row) |
BenthosBatchRowModel |
BenthosBatchUIHandler.loadBatch(BenthosBatch aBatch,
BenthosBatchRowModel parentRow,
List<BenthosBatchRowModel> rows) |
protected void |
BenthosBatchUIHandler.loadBatchRow(BenthosBatchRowModel parentRow,
BenthosBatchRowModel newRow,
Integer sampleCategoryId,
Serializable categoryValue,
Float categoryWeight,
Float categoryComputedWeight) |
protected void |
BenthosBatchUIHandler.onRowModified(int rowIndex,
BenthosBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
void |
BenthosBatchUIHandler.removeFromSpeciesUsed(BenthosBatchRowModel row) |
void |
BenthosBatchUIHandler.saveRow(BenthosBatchRowModel row) |
protected void |
BenthosBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<BenthosBatchRowModel> rowMonitor,
BenthosBatchRowModel row) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
Serializable |
BenthosBatchTableModel.updateSampleCategorieValue(BenthosBatchRowModel row,
int columnIndex,
Serializable newValue)
Update the sample category value of the given
row. |
protected void |
BenthosBatchTableModel.updateShell(BenthosBatchRowModel entry,
int columnIndex)
Update all the cells of the given row shell for a given column.
|
void |
BenthosBatchUIHandler.updateTotalFromFrequencies(BenthosBatchRowModel row) |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
BenthosBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> columnIdentifier,
org.nuiton.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer,
WeightUnit weightUnit) |
void |
BenthosBatchUIHandler.collectChildren(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
protected void |
BenthosBatchTableModel.collectShell(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
void |
BenthosBatchRowModel.collectShell(Set<BenthosBatchRowModel> collectedRows) |
protected boolean |
BenthosBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> propertyName) |
BenthosBatchRowModel |
BenthosBatchUIHandler.loadBatch(BenthosBatch aBatch,
BenthosBatchRowModel parentRow,
List<BenthosBatchRowModel> rows) |
protected void |
BenthosBatchUIHandler.onModelRowsChanged(List<BenthosBatchRowModel> rows) |
void |
BenthosBatchUIHandler.saveRows(Iterable<BenthosBatchRowModel> rows) |
protected void |
BenthosBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<BenthosBatchRowModel> rowMonitor,
BenthosBatchRowModel row) |
void |
BenthosBatchRowModel.setChildBatch(List<BenthosBatchRowModel> childBatch) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
void |
BenthosBatchTableModel.updateShell(Set<BenthosBatchRowModel> shell,
int columnIndex)
Update all the given cells for the given column.
|
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
RemoveBenthosSubBatchAction.parentBatch
Parent batch of rows to delete.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<BenthosBatchRowModel> |
RemoveBenthosSubBatchAction.rowToRemove
Rows to delete after all.
|
protected Set<BenthosBatchRowModel> |
RemoveBenthosBatchAction.rowToRemove
Rows to delete after all.
|
protected Map<BenthosBatchRowModel,Float> |
CreateBenthosMelagAction.selectedRows
Dictionnaire des lots du melag associé a leur poids d'echantillonnage (si un lot possède un poids de categorisation,
alors on lui associe la valeur
null ici. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenameBenthosBatchAction.changeChildrenSpecies(BenthosBatchRowModel row,
Species species) |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
BenthosFrequencyUIModel.batch
Batch that contains frequencies.
|
protected BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.editRow |
protected BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.previousSiblingRow |
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<BenthosBatchRowModel> |
BenthosFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
BenthosFrequencyUIModel.getBatch() |
BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.getEditRow() |
BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.getPreviousSiblingRow() |
protected BenthosBatchRowModel |
BenthosFrequencyUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
BenthosFrequencyUIModel.setBatch(BenthosBatchRowModel batch) |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
SplitBenthosBatchUIModel.batch
Batch which fires the editor.
|
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
SplitBenthosBatchUIModel.getBatch() |
protected BenthosBatchRowModel |
SplitBenthosBatchUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitBenthosBatchUIHandler.editBatch(BenthosBatchRowModel batch) |
void |
SplitBenthosBatchUIHandler.editBatch(BenthosBatchRowModel batch,
int sampleCategoryId) |
void |
SplitBenthosBatchUIModel.setBatch(BenthosBatchRowModel batch) |
Copyright © 2012–2015 Ifremer. All rights reserved.