Class TableCellSkin<S,T>

Type Parameters:
S - The type of the UI control (e.g. the type of the 'row').
T - The type of the content in the cell, based on its TableColumn.
All Implemented Interfaces:
Skin<TableCell<S,T>>

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