TreeTableRow

object TreeTableRow

Object companion for scalafx.scene.control.TreeTableRow.

Object companion for scalafx.scene.control.TreeTableRow.

Since

8.0

Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def sfxTreeTableRow2jfx[T](ttr: TreeTableRow[T]): TreeTableRow[T]

Converts a ScalaFX TreeTableRow to its JavaFX couterpart.

Converts a ScalaFX TreeTableRow to its JavaFX couterpart.

Type Params
T

The type of the item contained within the Cell.

Value Params
ttr

ScalaFX TreeTableRow

Returns

JavaFX TreeTableRow