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, stopCellEditingclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellEditorListener, cancelCellEditing, isCellEditable, removeCellEditorListener, shouldSelectCell, stopCellEditingprotected 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 TableCellEditorprotected Class<?> getType(Object value, int row, int column)
value - row - column - protected ActionListener getStopEditingListener()
public Object getCellEditorValue()
getCellEditorValue in interface CellEditorCopyright © 1999–2015 CodeLutin. All rights reserved.