CellDataFeatures

scalafx.scene.control.TreeTableColumn.CellDataFeatures
See theCellDataFeatures companion object
class CellDataFeatures[S, T](val delegate: CellDataFeatures[S, T]) extends SFXDelegate[CellDataFeatures[S, T]]

Type parameters

S

The TreeTableView type

T

The TreeTableColumn type

Value parameters

delegate

A JavaFX CellDataFeatures to be wrapped. Its default value is a new JavaFX CellDataFeatures.

Attributes

Constructor

Creates a new CellDataFeatures from a JavaFX one.

Since

8.0

Companion
object
Graph
Supertypes
trait SFXDelegate[CellDataFeatures[S, T]]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(treeTableView: TreeTableView[S], treeTableColumn: TreeTableColumn[S, T], value: S)

Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.

Instantiates a CellDataFeatures instance with the given properties set as read-only values of this instance.

Value parameters

treeTableColumn

The TreeTableColumn that this instance refers to.

treeTableView

The TreeTableView that this instance refers to.

value

The value for a row in the TreeTableView.

Attributes

Concrete methods

Returns the TreeTableColumn passed in to the constructor.

Returns the TreeTableColumn passed in to the constructor.

Attributes

Returns the TreeTableView passed in to the constructor.

Returns the TreeTableView passed in to the constructor.

Attributes

def value: TreeItem[S]

Returns the value passed in to the constructor.

Returns the value passed in to the constructor.

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: CellDataFeatures[S, T]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes