TablePosition

scalafx.scene.control.TablePosition
See theTablePosition companion class
object TablePosition

Attributes

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

Members list

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 parameters

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 parameters

tpb

ScalaFX TablePosition

Attributes

Returns

JavaFX TablePosition