public class DefaultTableCellEditor extends Object implements TableCellEditor
A default TableCellEditor which renders cell content in a TextField.
| Constructor and Description |
|---|
DefaultTableCellEditor() |
| Modifier and Type | Method and Description |
|---|---|
Component |
getTableCellEditorComponent(Table table,
Object value,
boolean isSelected,
int row,
int column)
Creates a component to edit the content of the given row and column of a table.
|
public Component getTableCellEditorComponent(Table table, Object value, boolean isSelected, int row, int column)
TableCellEditorCreates a component to edit the content of the given row and column of a table.
getTableCellEditorComponent in interface TableCellEditortable - The table whose cell to edit.value - The cell value.isSelected - Whether the cell is selected currently.row - The row (0-based).column - The column (0-based).Copyright © 2021. All Rights Reserved.