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