TreeTablePosition

scalafx.scene.control.TreeTablePosition
See theTreeTablePosition companion class

Attributes

Since

8.0

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

Members list

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 parameters

S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value parameters

ttp

ScalaFX TreeTablePosition

Attributes

Returns

JavaFX TreeTablePosition