| Package | Description |
|---|---|
| javafx.scene.control.cell |
The
javafx.scene.control.cell package is where all cell-related
classes are located, other than the core classes such as
Cell, IndexedCell,
ListCell, TreeCell,
and TableCell. |
| Class and Description |
|---|
| CheckBoxListCell |
| CheckBoxListCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| CheckBoxTableCell |
| CheckBoxTableCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| CheckBoxTreeCell |
| CheckBoxTreeCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ChoiceBoxListCell |
| ChoiceBoxListCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ChoiceBoxTableCell |
| ChoiceBoxTableCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ChoiceBoxTreeCell |
| ChoiceBoxTreeCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ComboBoxListCell |
| ComboBoxListCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ComboBoxTableCell |
| ComboBoxTableCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| ComboBoxTreeCell |
| ComboBoxTreeCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| DefaultTreeCell |
| PropertyValueFactory
A convenience implementation of the Callback interface, designed specifically
for use within the
TableColumn
cell value factory. |
| PropertyValueFactoryBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| TextFieldListCell |
| TextFieldListCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| TextFieldTableCell |
| TextFieldTableCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|
| TextFieldTreeCell |
| TextFieldTreeCellBuilder
Deprecated.
This class is deprecated and will be removed in the next version
|