public class EntityListTableCellEditor extends AbstractTableCellEditor
A cell editor for editing cell in a Table that uses EntityListTableModel
as a model.
Constructor and Description |
---|
EntityListTableCellEditor() |
EntityListTableCellEditor(PropertyViewFactory viewFactory) |
EntityListTableCellEditor(TableCellEditor parent) |
EntityListTableCellEditor(TableCellEditor parent,
PropertyViewFactory viewFactory) |
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 EntityListTableCellEditor(TableCellEditor parent, PropertyViewFactory viewFactory)
public EntityListTableCellEditor(TableCellEditor parent)
public EntityListTableCellEditor(PropertyViewFactory viewFactory)
public EntityListTableCellEditor()
public Component getTableCellEditorComponent(Table table, Object value, boolean isSelected, int row, int column)
TableCellEditor
Creates a component to edit the content of the given row and column of a table.
table
- 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.