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 Objecttrait Matchableclass Any
Members list
Value members
Constructors
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
Returns the TreeItem that backs the TablePositionBase.row
Returns the TreeItem that backs the TablePositionBase.row
Attributes
- See also
The TreeTableView that this TreeTablePosition is related to.
The TreeTableView that this TreeTablePosition is related to.
Attributes
- See also
Inherited methods
The column index that this TablePosition represents in the TableView.
The column index that this TablePosition represents in the TableView.
Attributes
- Inherited from:
- TablePositionBase
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
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
The row that this TablePosition represents in the TableView.
The row that this TablePosition represents in the TableView.
Attributes
- Inherited from:
- TablePositionBase
The TableColumn that this TablePosition represents in the TableView.
The TableColumn that this TablePosition represents in the TableView.
Attributes
- Inherited from:
- TablePositionBase
Attributes
- Returns
-
Returns the original delegate's
toString()
adding a[SFX]
prefix. - Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Concrete fields
JavaFX object to be wrapped.
JavaFX object to be wrapped.