TablePosition

Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def sfxTablePosition2jfx[S, T](tp: TablePosition[S, T]): TablePosition[S, T]

Converts a ScalaFX TablePosition into a JavaFX version.

Converts a ScalaFX TablePosition into a JavaFX version.

Type Params
S

The type of the items contained within the TableView (i.e. the same generic type as the S in TableView).

T

The type of the items contained within the TableColumn.

Value Params
tpb

ScalaFX TablePosition

Returns

JavaFX TablePosition