public static class SpeciesFrequencyCellComponent.FrequencyCellEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> |
columnIdentifier |
protected Integer |
columnIndex |
protected SpeciesFrequencyCellComponent |
component |
protected SpeciesBatchRowModel |
editRow |
protected Integer |
nextEditableRowIndex |
protected SpeciesBatchRowModel |
previousSiblingRow |
protected Integer |
rowIndex |
protected JTable |
table |
protected SpeciesBatchTableModel |
tableModel |
protected SpeciesBatchUI |
ui |
changeEvent, listenerList| Constructor and Description |
|---|
SpeciesFrequencyCellComponent.FrequencyCellEditor(SpeciesBatchUI ui,
Color computedDataColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCellEditing() |
Object |
getCellEditorValue() |
SpeciesBatchRowModel |
getEditRow() |
Integer |
getNextEditableRowIndex() |
SpeciesBatchRowModel |
getPreviousSiblingRow() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
save(SpeciesFrequencyUIModel frequencyModel,
boolean quit) |
void |
startEdit() |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected final SpeciesFrequencyCellComponent component
protected final SpeciesBatchUI ui
protected JTable table
protected SpeciesBatchTableModel tableModel
protected org.nuiton.jaxx.application.swing.table.ColumnIdentifier<SpeciesBatchRowModel> columnIdentifier
protected SpeciesBatchRowModel editRow
protected Integer rowIndex
protected Integer nextEditableRowIndex
protected Integer columnIndex
protected SpeciesBatchRowModel previousSiblingRow
public SpeciesFrequencyCellComponent.FrequencyCellEditor(SpeciesBatchUI ui, Color computedDataColor)
public SpeciesBatchRowModel getEditRow()
public Integer getNextEditableRowIndex()
public SpeciesBatchRowModel getPreviousSiblingRow()
public void startEdit()
public void save(SpeciesFrequencyUIModel frequencyModel, boolean quit)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorcancelCellEditing in class AbstractCellEditorCopyright © 2012–2015 Ifremer. All rights reserved.