TablePositionBase

abstract class TablePositionBase[TC <: TableColumnBase[_, _]](val delegate: TablePositionBase[TC]) extends SFXDelegate[TablePositionBase[TC]]
Type Params
TC

A JavaFX TableColumnBase subclass

Value Params
delegate

JavaFX TablePositionBase

Constructor

creates a new ScalaFX TablePositionBase from a JavaFX one.

Since

8.0

Companion
object
trait SFXDelegate[TablePositionBase[TC]]
class Object
trait Matchable
class Any
class TablePosition[S, T]
class TreeTablePosition[S, T]

Value members

Concrete methods

def column: Int

The column index that this TablePosition represents in the TableView.

The column index that this TablePosition represents in the TableView.

def row: Int

The row that this TablePosition represents in the TableView.

The row that this TablePosition represents in the TableView.

def tableColumn: TC

The TableColumn that this TablePosition represents in the TableView.

The TableColumn that this TablePosition represents in the TableView.

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
override def toString: String
Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
Inherited from
SFXDelegate

Concrete fields

override val delegate: TablePositionBase[TC]