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, stopCellEditing
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditing
protected RegionStorage regionStorage
protected JComboBox<Observation> editorComponent
public void setRegionStorage(RegionStorage regionStorage)
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
Copyright © 1999–2020 CodeLutin. All rights reserved.