TreeTableCell

Object Companion for scalafx.scene.control.SortEvent

Object Companion for scalafx.scene.control.SortEvent

Since

8.0

Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def sfxTreeTableCell2jfx[S, T](ttc: TreeTableCell[S, T]): TreeTableCell[S, T]

Converts a ScalaFX TreeTableCell to its JavaFX counterpart.

Converts a ScalaFX TreeTableCell to its JavaFX counterpart.

Type Params
T

The type of the item contained within the Cell.

Value Params
ttc

ScalaFX TreeTableCell

Returns

JavaFX TreeTableCell