TableFocusModel

Since

8.0

Companion
class
class Object
trait Matchable
class Any

Implicits

Implicits

implicit def sfxTableFocusModel2jfx[T, TC <: TableColumnBase[T, _]](tfm: TableFocusModel[T, TC]): TableFocusModel[T, TC]

Converts a ScalaFX TableFocusModel to its JavaFX counterpart

Converts a ScalaFX TableFocusModel to its JavaFX counterpart

Type Params
T

The type of the underlying data model for the UI control.

TC

The concrete subclass of scalafx.scene.control.TableColumnBase that is used by the underlying UI control (e.g. scalafx.scene.control.TableColumn or TreeTableColumn).

Value Params
tfm

ScalaFX TableFocusModel

Returns

JavaFX TableFocusModel