public class ParameterTableCellEditor extends AbstractCellEditor implements TableCellEditor
Modifier and Type | Field and Description |
---|---|
protected Component |
editor |
protected FactorEditorListener |
factorActionListener |
protected RegionStorage |
regionStorage |
protected Class<?> |
type |
changeEvent, listenerList
Constructor and Description |
---|
ParameterTableCellEditor() |
Modifier and Type | Method and Description |
---|---|
Object |
getCellEditorValue() |
RegionStorage |
getRegion()
Return region storage.
|
protected ActionListener |
getStopEditingListener() |
Component |
getTableCellEditorComponent(JTable table,
Object value,
boolean isSelected,
int row,
int column) |
protected Class<?> |
getType(Object value,
int row,
int column)
Get type for value.
|
void |
setFactorActionListener(FactorEditorListener factorActionListener) |
void |
setRegionStorage(RegionStorage regionStorage)
Set region storage.
|
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 Component editor
protected Class<?> type
protected FactorEditorListener factorActionListener
public RegionStorage getRegion()
public void setRegionStorage(RegionStorage regionStorage)
regionStorage
- the region storage to set.public void setFactorActionListener(FactorEditorListener factorActionListener)
public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column)
getTableCellEditorComponent
in interface TableCellEditor
protected Class<?> getType(Object value, int row, int column)
value
- row
- column
- protected ActionListener getStopEditingListener()
public Object getCellEditorValue()
getCellEditorValue
in interface CellEditor
Copyright © 1999–2020 CodeLutin. All rights reserved.