TablePositionBase

scalafx.scene.control.TablePositionBase
See theTablePositionBase companion object
abstract class TablePositionBase[TC <: TableColumnBase[_, _]](val delegate: TablePositionBase[TC]) extends SFXDelegate[TablePositionBase[TC]]

Type parameters

TC

A JavaFX TableColumnBase subclass

Value parameters

delegate

JavaFX TablePositionBase

Attributes

Constructor

creates a new ScalaFX TablePositionBase from a JavaFX one.

Since

8.0

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

Members list

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.

Attributes

def row: Int

The row that this TablePosition represents in the TableView.

The row that this TablePosition represents in the TableView.

Attributes

def tableColumn: TC

The TableColumn that this TablePosition represents in the TableView.

The TableColumn that this TablePosition represents in the TableView.

Attributes

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 parameters

ref

Object to be compared.

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

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

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: TablePositionBase[TC]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes