TreeTablePosition

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

Wraps a $JFX $URL0 $TTP]].

Type parameters

S

The type of the TreeItem instances contained within the TreeTableView.

T

The type of the items contained within the TreeTableColumn.

Value parameters

delegate

A $JFX $TTP to be wrapped. Its defaul value is a new $JFX $TTP.

Attributes

Constructor

Creates a new $TTP from a $JFX one.

Since

8.0

Companion
object
Graph
Supertypes
class TablePositionBase[TreeTableColumn[S, T]]
trait SFXDelegate[TreeTablePosition[S, T]]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(treeTableView: TreeTableView[S], row: Int, tableColumn: TreeTableColumn[S, T])

Constructs a TreeTablePosition instance to represent the given row/column position in the given TreeTableView instance.

Constructs a TreeTablePosition instance to represent the given row/column position in the given TreeTableView instance.

Value parameters

row

The row that this TreeTablePosition is representing.

tableColumn

The TreeTableColumn instance that this TreeTablePosition represents.

treeTableView

The TreeTableView that this position is related to.

Attributes

See also

Concrete methods

def treeItem: TreeItem[S]

Returns the TreeItem that backs the TablePositionBase.row

Returns the TreeItem that backs the TablePositionBase.row

Attributes

See also
def treeTableView: TreeTableView[S]

The TreeTableView that this TreeTablePosition is related to.

The TreeTableView that this TreeTablePosition is related to.

Attributes

See also

Inherited 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

Inherited from:
TablePositionBase
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
def row: Int

The row that this TablePosition represents in the TableView.

The row that this TablePosition represents in the TableView.

Attributes

Inherited from:
TablePositionBase
def tableColumn: TC

The TableColumn that this TablePosition represents in the TableView.

The TableColumn that this TablePosition represents in the TableView.

Attributes

Inherited from:
TablePositionBase
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: TreeTablePosition[S, T]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes