TreeTableRow

scalafx.scene.control.TreeTableRow
See theTreeTableRow companion class
object TreeTableRow

Object companion for scalafx.scene.control.TreeTableRow.

Attributes

Since

8.0

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

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 parameters

T

The type of the item contained within the Cell.

Value parameters

ttr

ScalaFX TreeTableRow

Attributes

Returns

JavaFX TreeTableRow