Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Zero or more items that will be shown to the user when the ComboBox
menu is showing.
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
Zero or more items that will be shown to the user when the ComboBox
menu is showing.
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
A scalafx.util.StringConverter to convert the given item (of type T) to a String for displaying to the user.
Zero or more items that will be shown to the user when the ComboBox
menu is showing.
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeTableColumn controls.
The type of the elements contained within the TreeTableColumn
.
Zero or more items that will be shown to the user when the ComboBox
menu is showing.
A function that will return a TableCell that is able to work on the type of element contained within the TableColumn.
Converts a ScalaFX ComboBoxTreeTableCell
to its JavaFX counterpart.
Converts a ScalaFX ComboBoxTreeTableCell
to its JavaFX counterpart.
The type of the elements contained within the TreeTableColumn
.
ScalaFX ComboBoxTreeTableCell
JavaFX ComboBoxTreeTableCell
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](T*)
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](StringConverter[S, T], T*)
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](StringConverter[S, T], ObservableBuffer[S, T])
Added just to satisfy Spec tests.
Added just to satisfy Spec tests.
(Since version 8.0) Use forTreeTableColumn[S, T](ObservableBuffer[S, T])
Companion Object for scalafx.scene.control.cell.ComboBoxTreeTableCell.
8.0
Replace all references to JavaFX
TreeTableColumn
to its ScalaFX counterpart when it was created