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 . |
Modifier and Type | Method and Description |
---|---|
ComboBoxTableCell<S,T> |
ComboBoxTableCellBuilder.build()
Deprecated.
Make an instance of
ComboBoxTableCell based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
ComboBoxTableCellBuilder.applyTo(ComboBoxTableCell<S,T> x)
Deprecated.
|
Copyright © 2020. All rights reserved.