| Modifier and Type | Method and Description |
|---|---|
void |
EditCatchesUIHandler.splitBenthosBatch(BenthosBatchRowModel editRow,
SplitBenthosBatchUI splitBatchEditor) |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
BenthosBatchRowModel.parentBatch
Parent of this batch (can be null if batch is root).
|
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.ATTACHMENT |
protected List<BenthosBatchRowModel> |
BenthosBatchRowModel.childBatch
List of child batches (can be null or empty if batch is a leaf).
|
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMPUTED_NUMBER |
protected Set<ColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.frequencyCols
Columns for the frequency edition.
|
protected static org.nuiton.util.beans.Binder<BenthosBatch,BenthosBatchRowModel> |
BenthosBatchRowModel.fromBeanBinder |
protected Set<SampleCategoryColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.sampleCols
Columns implies in the sample category definition.
|
protected Map<BenthosBatchRowModel,Float> |
CreateBenthosMelagAction.selectedRows |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_TO_CONFIRM |
protected static org.nuiton.util.beans.Binder<BenthosBatchRowModel,BenthosBatch> |
BenthosBatchRowModel.toBeanBinder |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
BenthosBatchTableModel.createNewRow() |
BenthosBatchRowModel |
BenthosBatchRowModel.getFirstAncestor(SampleCategory<?> entrySampleCategory) |
BenthosBatchRowModel |
BenthosBatchRowModel.getParentBatch() |
BenthosBatchRowModel |
BenthosBatchUIHandler.loadBatch(BenthosBatch aBatch,
BenthosBatchRowModel parentRow,
List<BenthosBatchRowModel> rows) |
| Modifier and Type | Method and Description |
|---|---|
List<BenthosBatchRowModel> |
BenthosBatchRowModel.getChildBatch() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BenthosBatchUIHandler.addToSpeciesUsed(BenthosBatchRowModel row) |
protected void |
RenameBenthosBatchAction.changeChildrenSpecies(BenthosBatchRowModel row,
Species species) |
void |
BenthosBatchUIHandler.collectChildren(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
protected BenthosBatch |
BenthosBatchUIHandler.convertRowToEntity(BenthosBatchRowModel row,
boolean convertParent) |
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.onAfterSelectedRowChanged(int oldRowIndex,
BenthosBatchRowModel oldRow,
int newRowIndex,
BenthosBatchRowModel newRow) |
protected void |
BenthosBatchUIHandler.onRowModified(int rowIndex,
BenthosBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
protected void |
BenthosBatchUIHandler.onRowValidStateChanged(int rowIndex,
BenthosBatchRowModel row,
Boolean oldValue,
Boolean newValue) |
void |
BenthosBatchUIHandler.removeFromSpeciesUsed(BenthosBatchRowModel row) |
protected void |
BenthosBatchUIHandler.saveRow(BenthosBatchRowModel row) |
protected void |
BenthosBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<BenthosBatchRowModel> rowMonitor,
BenthosBatchRowModel row) |
void |
BenthosBatchRowModel.setParentBatch(BenthosBatchRowModel parentBatch) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
void |
BenthosBatchUIHandler.updateTotalFromFrequencies(BenthosBatchRowModel row) |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
BenthosBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
ColumnIdentifier<BenthosBatchRowModel> columnIdentifier,
org.nuiton.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer,
WeightUnit weightUnit) |
void |
BenthosBatchUIHandler.collectChildren(BenthosBatchRowModel row,
Set<BenthosBatchRowModel> collectedRows) |
void |
BenthosBatchRowModel.collectShell(Set<BenthosBatchRowModel> collectedRows) |
protected boolean |
BenthosBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
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,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
BenthosFrequencyUIModel.batch
Batch that contains frequencies.
|
protected BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.editRow |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<BenthosBatchRowModel> |
BenthosFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
BenthosFrequencyUIModel.getBatch() |
BenthosBatchRowModel |
BenthosFrequencyCellComponent.FrequencyCellEditor.getEditRow() |
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 |
SplitBenthosBatchUIModel.setBatch(BenthosBatchRowModel batch) |
Copyright © 2012–2013 Ifremer. All rights reserved.