Provides a TextField that allows editing of the cell content when the cell is double-clicked, or when TreeView.edit(javafx.scene.control.TreeItem) is called.
Provides a TextField that allows editing of the cell content when the cell is double-clicked, or when TreeView.edit(javafx.scene.control.TreeItem) is called.
A StringConverter
that can convert the given String (from what the user typed in) into an instance of type T.
A Function that can be inserted into the cell factory property of a TreeView
, that enables textual editing of the content.
Provides a TextField that allows editing of the cell content when the cell is double-clicked, or when TreeView.edit(javafx.scene.control.TreeItem) is called.
Provides a TextField that allows editing of the cell content when the cell is double-clicked, or when TreeView.edit(javafx.scene.control.TreeItem) is called.
A Function that can be inserted into the cell factory property of a TreeView
, that enables textual editing of the content.
Converts a ScalaFX TextFieldTreeTableCell
to its JavaFX counterpart.
Converts a ScalaFX TextFieldTreeTableCell
to its JavaFX counterpart.
The type of the elements contained within the ListView
.
ScalaFX TextFieldTreeTableCell
JavaFX TextFieldTreeTableCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeTableColumn[S, T](StringConverter[T])
Companion Object for scalafx.scene.control.cell.TextFieldTreeTableCell.