Uses of Interface javax.swing.table.TableCellEditor

Uses in package javax.swing.table

Constructors with parameter type javax.swing.table.TableCellEditor

TableColumn.TableColumn(int modelIndex, int width, TableCellRenderer cellRenderer, TableCellEditor cellEditor)
Creates a new TableColumn that maps to the specified column in the related table model, and has the specified width, cellRenderer and cellEditor.

Fields of type javax.swing.table.TableCellEditor

TableCellEditor
cellEditor

Methods with parameter type javax.swing.table.TableCellEditor

void
setCellEditor

Methods with return type javax.swing.table.TableCellEditor

TableCellEditor
getCellEditor

Uses in package javax.swing

Classes implementing javax.swing.table.TableCellEditor

class
The default implementation of TableCellEditor and TreeCellEditor.

Fields of type javax.swing.table.TableCellEditor

TableCellEditor
The current cell editor.

Methods with parameter type javax.swing.table.TableCellEditor

Component
JTable.prepareEditor(TableCellEditor editor, int row, int column)
Prepares the editor by querying for the value and selection state of the cell at (row, column).
void
Set the value of the cellEditor property.

Unregister this as a CellEditorListener from previous cellEditor and register it with new parameter c.

void

Methods with return type javax.swing.table.TableCellEditor

TableCellEditor
Get the value of the cellEditor property.
TableCellEditor
JTable.getCellEditor(int row, int column)
TableCellEditor