Creates a ComboBox cell factory for use in scalafx.scene.control.TreeView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeView 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.TreeView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeView 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.TreeView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeView 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.TreeView controls.
Creates a ComboBox cell factory for use in scalafx.scene.control.TreeView 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.
Converts a ScalaFX ComboBoxTreeCell to its JavaFX counterpart.
Converts a ScalaFX ComboBoxTreeCell to its JavaFX counterpart.
The type of the elements contained within the TreeView.
ScalaFX ComboBoxTreeCell
JavaFX ComboBoxTreeCell
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](T*)
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](StringConverter[T], T*)
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](StringConverter[T], ObservableBuffer[T])
Added to satisfy Spec tests.
Added to satisfy Spec tests.
(Since version 1.0) Use forTreeView[T](ObservableBuffer[T])
Companion Object for scalafx.scene.control.cell.ComboBoxTreeCell.