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