TreeTablePosition

Since

8.0

Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def sfxTreeTablePosition2jfx[S, T](ttp: TreeTablePosition[S, T]): TreeTablePosition[S, T]

Converts a ScalaFX TreeTablePosition to its JavaFX couterpart.

Converts a ScalaFX TreeTablePosition to its JavaFX couterpart.

Type Params
S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value Params
ttp

ScalaFX TreeTablePosition

Returns

JavaFX TreeTablePosition