| Modifier and Type | Class and Description |
|---|---|
class |
SampleCategoryColumnIdentifier<R> |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<AccidentalBatchRowModel> |
AccidentalBatchTableModel.ATTACHMENT |
static ColumnIdentifier<AccidentalBatchRowModel> |
AccidentalBatchTableModel.COMMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.DEAD_OR_ALIVE |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.GENDER |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.LENGTH_STEP_CARACTERISTIC |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.SIZE |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.SPECIES |
static ColumnIdentifier<BenthosBatchRowModel> |
AccidentalBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.ATTACHMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMMENT |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.COMPUTED_NUMBER |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.SPECIES_TO_CONFIRM |
static ColumnIdentifier<BenthosBatchRowModel> |
BenthosBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ColumnIdentifier<BenthosBatchRowModel>> |
BenthosBatchTableModel.frequencyCols
Columns for the frequency edition.
|
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
BenthosBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
ColumnIdentifier<BenthosBatchRowModel> columnIdentifier,
org.nuiton.util.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer) |
protected boolean |
BenthosBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName) |
void |
BenthosBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosBatchRowModel> propertyName,
BenthosBatchRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<BenthosBatchRowModel> |
BenthosFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
static ColumnIdentifier<BenthosFrequencyRowModel> |
BenthosFrequencyTableModel.LENGTH_STEP |
static ColumnIdentifier<BenthosFrequencyRowModel> |
BenthosFrequencyTableModel.NUMBER |
static ColumnIdentifier<BenthosFrequencyRowModel> |
BenthosFrequencyTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
BenthosFrequencyTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<BenthosFrequencyRowModel> propertyName,
BenthosFrequencyRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<SplitBenthosBatchRowModel> |
SplitBenthosBatchTableModel.EDITABLE_CATEGORY_VALUE |
static ColumnIdentifier<SplitBenthosBatchRowModel> |
SplitBenthosBatchTableModel.READ_ONLY_CATEGORY_VALUE |
static ColumnIdentifier<SplitBenthosBatchRowModel> |
SplitBenthosBatchTableModel.SELECTED |
static ColumnIdentifier<SplitBenthosBatchRowModel> |
SplitBenthosBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<IndividualObservationBatchRowModel> |
CaracteristicMapCellComponent.CaracteristicMapCellEditor.columnIdentifier |
static ColumnIdentifier<CaracteristicMapEditorRowModel> |
CaracteristicMapEditorTableModel.KEY |
static ColumnIdentifier<CaracteristicMapEditorRowModel> |
CaracteristicMapEditorTableModel.VALUE |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.ATTACHMENT |
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.COMMENT |
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.MACRO_WASTE_CATEGORY |
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.MACRO_WASTE_SIZE_CATEGORY |
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.NUMBER |
static ColumnIdentifier<MarineLitterBatchRowModel> |
MarineLitterBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.ATTACHMENT |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.COMMENT |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.SAMPLE_WEIGHT |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.SPECIES_BY_CODE |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.SPECIES_BY_GENUS_CODE |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.SPECIES_TO_CONFIRM |
static ColumnIdentifier<PlanktonBatchRowModel> |
PlanktonBatchTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
PlanktonBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<PlanktonBatchRowModel> propertyName,
PlanktonBatchRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.ATTACHMENT |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMMENT |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.COMPUTED_NUMBER |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.SPECIES_TO_CONFIRM |
static ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
protected Set<ColumnIdentifier<SpeciesBatchRowModel>> |
SpeciesBatchTableModel.frequencyCols
Columns for the frequency edition.
|
| Modifier and Type | Method and Description |
|---|---|
protected <C extends Serializable> |
SpeciesBatchUIHandler.addSampleCategoryColumnToModel(TableColumnModel columnModel,
ColumnIdentifier<SpeciesBatchRowModel> columnIdentifier,
org.nuiton.util.decorator.Decorator<C> decorator,
TableCellRenderer defaultRenderer) |
protected boolean |
SpeciesBatchTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName) |
void |
SpeciesBatchTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesBatchRowModel> propertyName,
SpeciesBatchRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<SpeciesBatchRowModel> |
SpeciesFrequencyCellComponent.FrequencyCellEditor.columnIdentifier |
static ColumnIdentifier<SpeciesFrequencyRowModel> |
SpeciesFrequencyTableModel.LENGTH_STEP |
static ColumnIdentifier<SpeciesFrequencyRowModel> |
SpeciesFrequencyTableModel.NUMBER |
static ColumnIdentifier<SpeciesFrequencyRowModel> |
SpeciesFrequencyTableModel.WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
void |
SpeciesFrequencyTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<SpeciesFrequencyRowModel> propertyName,
SpeciesFrequencyRowModel entry) |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<SplitSpeciesBatchRowModel> |
SplitSpeciesBatchTableModel.EDITABLE_CATEGORY_VALUE |
static ColumnIdentifier<SplitSpeciesBatchRowModel> |
SplitSpeciesBatchTableModel.READ_ONLY_CATEGORY_VALUE |
static ColumnIdentifier<SplitSpeciesBatchRowModel> |
SplitSpeciesBatchTableModel.SELECTED |
static ColumnIdentifier<SplitSpeciesBatchRowModel> |
SplitSpeciesBatchTableModel.WEIGHT |
| Modifier and Type | Field and Description |
|---|---|
static ColumnIdentifier<GearUseFeatureRowModel> |
GearUseFeatureTableModel.KEY |
static ColumnIdentifier<VesselUseFeatureRowModel> |
VesselUseFeatureTableModel.KEY |
static ColumnIdentifier<GearUseFeatureRowModel> |
GearUseFeatureTableModel.VALUE |
static ColumnIdentifier<VesselUseFeatureRowModel> |
VesselUseFeatureTableModel.VALUE |
| Modifier and Type | Method and Description |
|---|---|
protected void |
EditProtocolSpeciesTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<EditProtocolSpeciesRowModel> propertyName,
EditProtocolSpeciesRowModel entry) |
| Modifier and Type | Method and Description |
|---|---|
protected <R extends AbstractTuttiBeanUIModel> |
AbstractTuttiUIHandler.addBooleanColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
JTable table) |
protected <R extends AbstractTuttiBeanUIModel> |
AbstractTuttiUIHandler.addColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier) |
protected <R extends AbstractTuttiBeanUIModel> |
AbstractTuttiUIHandler.addColumnToModel(TableColumnModel model,
TableCellEditor editor,
TableCellRenderer renderer,
ColumnIdentifier<R> identifier) |
protected <R extends AbstractTuttiBeanUIModel,B> |
AbstractTuttiUIHandler.addComboDataColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
org.nuiton.util.decorator.Decorator<B> decorator,
List<B> data) |
protected <R extends AbstractTuttiBeanUIModel> |
AbstractTuttiUIHandler.addFloatColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern) |
protected <R extends AbstractTuttiBeanUIModel> |
AbstractTuttiUIHandler.addIntegerColumnToModel(TableColumnModel model,
ColumnIdentifier<R> identifier,
String numberPattern) |
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnIdentifier<R>> |
AbstractTuttiTableModel.identifiers
Identifiers of columns (in initial order).
|
protected Set<ColumnIdentifier<?>> |
AbstractTuttiTableModel.noneEditableCols
Set of non editable columns.
|
| Modifier and Type | Method and Description |
|---|---|
protected ColumnIdentifier<R> |
AbstractTuttiTableModel.getIdentifier(int columnIndex) |
static <R> ColumnIdentifier<R> |
ColumnIdentifier.newId(String propertyName,
String headerI18nKey,
String headerTipI18nKey) |
static <R> ColumnIdentifier<R> |
ColumnIdentifier.newReadOnlyId(String propertyName,
String headerI18nKey,
String headerTipI18nKey) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractTuttiTableModel.fireTableCellUpdated(int rowIndex,
ColumnIdentifier<R>... identifiers) |
protected boolean |
AbstractTuttiTableModel.isCellEditable(int rowIndex,
int columnIndex,
ColumnIdentifier<R> propertyName) |
void |
AbstractTuttiTableModel.setNoneEditableCols(ColumnIdentifier<?>... noneEditableCols) |
protected void |
AbstractTuttiTableModel.setValueAt(Object aValue,
int rowIndex,
int columnIndex,
ColumnIdentifier<R> propertyName,
R entry) |
Copyright © 2012-2013 Ifremer. All Rights Reserved.