public class ExportTableCellEditor extends AbstractCellEditor implements TableCellEditor, ActionListener
| Modifier and Type | Field and Description |
|---|---|
protected JComboBox<Observation> |
editorComponent |
protected RegionStorage |
regionStorage |
changeEvent, listenerList| Constructor and Description |
|---|
ExportTableCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(ActionEvent e) |
Object |
getCellEditorValue() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
void |
setRegionStorage(RegionStorage regionStorage) |
addCellEditorListener, cancelCellEditing, fireEditingCanceled, fireEditingStopped, getCellEditorListeners, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected RegionStorage regionStorage
protected JComboBox<Observation> editorComponent
public void setRegionStorage(RegionStorage regionStorage)
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorpublic Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent in interface TableCellEditorpublic void actionPerformed(ActionEvent e)
actionPerformed in interface ActionListenerCopyright © 1999–2015 CodeLutin. All rights reserved.