public static class FrequencyCellComponent.FrequencyCellEditor extends AbstractCellEditor implements TableCellEditor
| Modifier and Type | Field and Description |
|---|---|
protected ColumnIdentifier<SpeciesBatchRowModel> |
columnIdentifier |
protected Integer |
columnIndex |
protected FrequencyCellComponent |
component |
protected SpeciesBatchRowModel |
editRow |
protected Frame |
frame |
protected Integer |
rowIndex |
protected JTable |
table |
protected SpeciesBatchTableModel |
tableModel |
protected SpeciesFrequencyUI |
ui |
changeEvent, listenerList| Constructor and Description |
|---|
FrequencyCellComponent.FrequencyCellEditor(SpeciesFrequencyUI ui) |
| 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() |
boolean |
stopCellEditing() |
addCellEditorListener, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCellclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, isCellEditable, removeCellEditorListener, shouldSelectCellprotected final FrequencyCellComponent component
protected final SpeciesFrequencyUI ui
protected Frame frame
protected JTable table
protected SpeciesBatchTableModel tableModel
protected ColumnIdentifier<SpeciesBatchRowModel> columnIdentifier
protected SpeciesBatchRowModel editRow
protected Integer rowIndex
protected Integer columnIndex
public FrequencyCellComponent.FrequencyCellEditor(SpeciesFrequencyUI ui)
protected void startEdit()
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic boolean stopCellEditing()
stopCellEditing in interface CellEditorstopCellEditing in class AbstractCellEditorpublic void cancelCellEditing()
cancelCellEditing in interface CellEditorcancelCellEditing in class AbstractCellEditorCopyright © 2012 Ifremer. All Rights Reserved.