S - The TableView typeT - The TreeTableColumn typepublic static class TreeTableColumn.CellDataFeatures<S,T> extends Object
Cell. Once
instantiated, this class is immutable.| Constructor and Description |
|---|
CellDataFeatures(TreeTableView<S> treeTableView,
TreeTableColumn<S,T> tableColumn,
TreeItem<S> value)
Instantiates a CellDataFeatures instance with the given properties
set as read-only values of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
TreeTableColumn<S,T> |
getTreeTableColumn()
Returns the
TreeTableColumn passed in to the constructor. |
TreeTableView<S> |
getTreeTableView()
Returns the
TableView passed in to the constructor. |
TreeItem<S> |
getValue()
Returns the value passed in to the constructor.
|
public CellDataFeatures(TreeTableView<S> treeTableView, TreeTableColumn<S,T> tableColumn, TreeItem<S> value)
treeTableView - The TableView that this instance refers to.tableColumn - The TreeTableColumn that this instance refers to.value - The value for a row in the TableView.public TreeTableColumn<S,T> getTreeTableColumn()
TreeTableColumn passed in to the constructor.public TreeTableView<S> getTreeTableView()
TableView passed in to the constructor.Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.