public interface TableCellFactory
Modifier and Type | Field and Description |
---|---|
static TableCellFactory |
DEFAULT_EDITABLE |
static TableCellFactory |
DEFAULT_NON_EDITABLE |
Modifier and Type | Method and Description |
---|---|
<E,T> javafx.scene.control.TableCell<E,T> |
createTableCell(javafx.scene.control.TableColumn<E,T> tableColumn) |
static final TableCellFactory DEFAULT_NON_EDITABLE
static final TableCellFactory DEFAULT_EDITABLE