public static class BenthosFrequencyCellComponent.FrequencyCellEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<BenthosBatchRowModel> |
columnIdentifier |
protected Integer |
columnIndex |
protected BenthosFrequencyCellComponent |
component |
protected BenthosBatchRowModel |
editRow |
protected Integer |
rowIndex |
protected JTable |
table |
protected BenthosBatchTableModel |
tableModel |
protected BenthosBatchUI |
ui |
changeEvent, listenerList| Constructor and Description |
|---|
BenthosFrequencyCellComponent.FrequencyCellEditor(BenthosBatchUI ui,
Color computedDataColor) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelCellEditing() |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
protected void |
startEdit() |
void |
validateEdition(BenthosFrequencyUIModel frequencyModel) |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected final BenthosFrequencyCellComponent component
protected final BenthosBatchUI ui
protected JTable table
protected BenthosBatchTableModel tableModel
protected ColumnIdentifier<BenthosBatchRowModel> columnIdentifier
protected BenthosBatchRowModel editRow
protected Integer rowIndex
protected Integer columnIndex
public BenthosFrequencyCellComponent.FrequencyCellEditor(BenthosBatchUI ui, Color computedDataColor)
protected void startEdit()
public void validateEdition(BenthosFrequencyUIModel frequencyModel)
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-2013 Ifremer. All Rights Reserved.