public class TreeTableRow<T>
  Comment     Returned-by     Constructor-argument     Method-argument     Field-type     Type-bound     Links  

TreeTableRow is an IndexedCell, but rarely needs to be used by developers creating TreeTableView instances. The only time TreeTableRow is likely to be encountered at all by a developer is if they wish to create a custom rowFactory that replaces an entire row of a TreeTableView.

More often than not, it is actually easier for a developer to customize individual cells in a row, rather than the whole row itself. To do this, you can specify a custom cellFactory on each TreeTableColumn instance.

extends IndexedCell<T>

Parameters:
<T>    The type of the item contained within the Cell.

See also:
TreeTableView, TreeTableColumn, TreeTableCell, IndexedCell, Cell

Since:  JavaFX 8.0