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