author: gwg author: Class that extends DefaultCellEditor by replacing the author: default approach to creating the editable text with author: using the renderer from the appropriate DataType class.
Constructor Summary
public
CellEditorUsingRenderer(JTextField textField, IDataTypeComponent dataTypeObject) Constructs a DefaultCellEditor that uses a
restorable text field and fills in the value using the same
renderer as is used to fill in the non-editable cell.
Constructs a DefaultCellEditor that uses a
restorable text field and fills in the value using the same
renderer as is used to fill in the non-editable cell.
Parameters: x - a JTextField object
Fields inherited from javax.swing.DefaultCellEditor