Class TreeTableCellSkin<S,T>

Type Parameters:
S - The type of the UI control (e.g. the type of the 'row'), this is wrapped in a TreeItem.
T - The type of the content in the cell, based on its TreeTableColumn.
All Implemented Interfaces:
Skin<TreeTableCell<S,T>>

public class TreeTableCellSkin<S,T> extends TableCellSkinBase<TreeItem<S>,T,TreeTableCell<S,T>>
Default skin implementation for the TreeTableCell control.
Since:
9
See Also: