TreeTableCell

scalafx.scene.control.TreeTableCell
See theTreeTableCell companion class
object TreeTableCell

Object Companion for scalafx.scene.control.SortEvent

Attributes

Since

8.0

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

Members list

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 parameters

T

The type of the item contained within the Cell.

Value parameters

ttc

ScalaFX TreeTableCell

Attributes

Returns

JavaFX TreeTableCell