| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
RemoveSpeciesSubBatchAction.parentBatch
Parent batch of rows to delete.
|
| Modifier and Type | Field and Description |
|---|---|
protected Set<SpeciesBatchRowModel> |
RemoveSpeciesBatchAction.rowToRemove
Rows to delete after all.
|
protected Set<SpeciesBatchRowModel> |
RemoveSpeciesSubBatchAction.rowToRemove
Rows to delete after all.
|
protected Map<SpeciesBatchRowModel,Float> |
CreateSpeciesMelagAction.selectedRows |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RenameSpeciesBatchAction.changeChildrenSpecies(SpeciesBatchRowModel row,
Species species) |
| Modifier and Type | Method and Description |
|---|---|
void |
EditCatchesUIHandler.addSampleCategorySpeciesBatch(SpeciesBatchRowModel editRow,
SplitSpeciesBatchUI splitBatchEditor,
int sampleCategoryId) |
void |
EditCatchesUIHandler.splitSpeciesBatch(SpeciesBatchRowModel editRow,
SplitSpeciesBatchUI splitBatchEditor) |
| Modifier and Type | Field and Description |
|---|---|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.ATTACHMENT |
protected List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.childBatch
List of child batches (can be null or empty if batch is a leaf).
|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMMENT |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMPUTED_NUMBER |
protected Set<org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.frequencyCols
Columns for the frequency edition.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatch,SpeciesBatchRowModel> |
SpeciesBatchRowModel.fromBeanBinder |
protected Set<SampleCategoryColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.sampleCols
Columns implied in the sample category definition.
|
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES_TO_CONFIRM |
protected static org.nuiton.util.beans.Binder<SpeciesBatchRowModel,SpeciesBatch> |
SpeciesBatchRowModel.toBeanBinder |
static org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SpeciesBatchTableModel.createNewRow() |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getFirstAncestor(Integer sampleCategoryId) |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getFirstAncestor(SampleCategory<?> entrySampleCategory) |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getParentBatch() |
SpeciesBatchRowModel |
SpeciesBatchTableModel.getPreviousSibling(SpeciesBatchRowModel row)
Return previous sibling row, or
null if not exist. |
SpeciesBatchRowModel |
SpeciesBatchRowModel.getSpeciesRow() |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
| Modifier and Type | Method and Description |
|---|---|
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchUIHandler.getAttachementIdentifier() |
List<SpeciesBatchRowModel> |
SpeciesBatchRowModel.getChildBatch() |
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchUIHandler.getCommentIdentifier() |
List<SpeciesBatchRowModel> |
SpeciesBatchUIModel.getLeafs(Species species) |
protected SpeciesBatchDecorator<SpeciesBatchRowModel> |
SpeciesBatchUIHandler.getSpeciesColumnDecorator() |
protected SpeciesBatchDecoratorComparator<SpeciesBatchRowModel> |
SpeciesBatchUIHandler.getSpeciesRowComparator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesBatchUIHandler.addSampleCategoryBatch(SpeciesBatchRowModel parentBatch,
SampleCategoryModelEntry sampleCategoryDef,
List<SplitSpeciesBatchRowModel> rows,
Float totalRowWeight) |
protected void |
SpeciesBatchUIHandler.addToSpeciesUsed(SpeciesBatchRowModel row) |
void |
SpeciesBatchUIHandler.collectChildren(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
protected void |
SpeciesBatchTableModel.collectShell(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
protected SpeciesBatch |
SpeciesBatchUIHandler.convertRowToEntity(SpeciesBatchRowModel row,
boolean convertParent) |
void |
SpeciesBatchUIModel.getLeafs(Species species,
SpeciesBatchRowModel rowModel,
List<SpeciesBatchRowModel> used) |
int |
SpeciesBatchTableModel.getNextChildRowIndex(SpeciesBatchRowModel row)
Return the index of the next row that can be inserted as a child of the
given row.
|
SpeciesBatchRowModel |
SpeciesBatchTableModel.getPreviousSibling(SpeciesBatchRowModel row)
Return previous sibling row, or
null if not exist. |
protected Set<Serializable> |
SpeciesBatchUIHandler.getSampleUsedValues(SpeciesBatchRowModel row,
int sampleCategoryId)
Return all the sample category values (of the given
sampleCategoryId) for all brothers of the given row. |
protected boolean |
SpeciesBatchUIHandler.isRowValid(SpeciesBatchRowModel row) |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.loadBatchRow(SpeciesBatchRowModel parentRow,
SpeciesBatchRowModel newRow,
Integer sampleCategoryId,
Serializable categoryValue,
Float categoryWeight,
Float categoryComputedWeight) |
protected void |
SpeciesBatchUIHandler.onRowModified(int rowIndex,
SpeciesBatchRowModel row,
String propertyName,
Object oldValue,
Object newValue) |
void |
SpeciesBatchUIHandler.removeFromSpeciesUsed(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveRow(SpeciesBatchRowModel row) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
Serializable |
SpeciesBatchTableModel.updateSampleCategorieValue(SpeciesBatchRowModel row,
int columnIndex,
Serializable newValue)
Update the sample category value of the given
row. |
protected void |
SpeciesBatchTableModel.updateShell(SpeciesBatchRowModel entry,
int columnIndex)
Update all the cells of the given row shell for a given column.
|
void |
SpeciesBatchUIHandler.updateTotalFromFrequencies(SpeciesBatchRowModel row) |
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
SpeciesBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> columnIdentifier,
org.nuiton.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer,
WeightUnit weightUnit) |
void |
SpeciesBatchUIHandler.collectChildren(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
void |
SpeciesBatchRowModel.collectShell(Set<SpeciesBatchRowModel> collectedRows) |
protected void |
SpeciesBatchTableModel.collectShell(SpeciesBatchRowModel row,
Set<SpeciesBatchRowModel> collectedRows) |
void |
SpeciesBatchUIModel.getLeafs(Species species,
SpeciesBatchRowModel rowModel,
List<SpeciesBatchRowModel> used) |
protected boolean |
SpeciesBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> propertyName) |
SpeciesBatchRowModel |
SpeciesBatchUIHandler.loadBatch(SpeciesBatch aBatch,
SpeciesBatchRowModel parentRow,
List<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.onModelRowsChanged(List<SpeciesBatchRowModel> rows) |
void |
SpeciesBatchUIHandler.saveRows(Iterable<SpeciesBatchRowModel> rows) |
protected void |
SpeciesBatchUIHandler.saveSelectedRowIfRequired(TuttiBeanMonitor<SpeciesBatchRowModel> rowMonitor,
SpeciesBatchRowModel row) |
void |
SpeciesBatchRowModel.setChildBatch(List<SpeciesBatchRowModel> childBatch) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
void |
SpeciesBatchTableModel.updateShell(Set<SpeciesBatchRowModel> shell,
int columnIndex)
Update all the given cells for the given column.
|
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SpeciesFrequencyUIModel.batch
Batch that contains frequencies.
|
protected SpeciesBatchRowModel |
SpeciesFrequencyCellComponent.FrequencyCellEditor.editRow |
protected SpeciesBatchRowModel |
SpeciesFrequencyCellComponent.FrequencyCellEditor.previousSiblingRow |
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SpeciesFrequencyUIModel.getBatch() |
SpeciesBatchRowModel |
SpeciesFrequencyCellComponent.FrequencyCellEditor.getEditRow() |
SpeciesBatchRowModel |
SpeciesFrequencyCellComponent.FrequencyCellEditor.getPreviousSiblingRow() |
protected SpeciesBatchRowModel |
SpeciesFrequencyUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesFrequencyUIModel.setBatch(SpeciesBatchRowModel batch) |
| Modifier and Type | Field and Description |
|---|---|
protected SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.batch
Batch which fires the editor.
|
| Modifier and Type | Method and Description |
|---|---|
SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.getBatch() |
protected SpeciesBatchRowModel |
SplitSpeciesBatchUIModel.newEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
SplitSpeciesBatchUIHandler.editBatch(SpeciesBatchRowModel batch) |
void |
SplitSpeciesBatchUIHandler.editBatch(SpeciesBatchRowModel batch,
int sampleCategoryId) |
void |
SplitSpeciesBatchUIModel.setBatch(SpeciesBatchRowModel batch) |
Copyright © 2012–2014 Ifremer. All rights reserved.